org.apache.openejb.test.object
Class Transaction
java.lang.Object
org.apache.openejb.test.object.Transaction
- All Implemented Interfaces:
- Externalizable, Serializable
public class Transaction
- extends Object
- implements Externalizable
- Author:
- David Blevins, Richard Monson-Haefel
- See Also:
- Serialized Form
Transaction
public Transaction(UserTransaction obj)
Transaction
public Transaction()
equals
public boolean equals(Object object)
- Overrides:
equals
in class Object
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Throws:
IOException
ClassNotFoundException
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.