org.openejb.test.object
Class Transaction
java.lang.Object
org.openejb.test.object.Transaction
- All Implemented Interfaces:
- java.io.Externalizable, java.io.Serializable
public class Transaction
- extends java.lang.Object
- implements java.io.Externalizable
- Author:
- David Blevins, Richard Monson-Haefel
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Transaction
public Transaction(javax.transaction.UserTransaction obj)
Transaction
public Transaction()
equals
public boolean equals(java.lang.Object object)
- Overrides:
equals
in class java.lang.Object
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Specified by:
writeExternal
in interface java.io.Externalizable
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Specified by:
readExternal
in interface java.io.Externalizable
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 1999-2011 OpenEJB. All Rights Reserved.