org.apache.openejb.test.object
Class Transaction

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

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

Constructor Detail

Transaction

public Transaction(UserTransaction obj)

Transaction

public Transaction()
Method Detail

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.