org.openejb.test.object
Class Transaction

java.lang.Object
  extended by 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

Constructor Summary
Transaction()
           
Transaction(javax.transaction.UserTransaction obj)
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 void readExternal(java.io.ObjectInput in)
           
 java.lang.String toString()
           
 void writeExternal(java.io.ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Transaction

public Transaction(javax.transaction.UserTransaction obj)

Transaction

public Transaction()
Method Detail

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.