org.openejb.test.object
Class Transaction

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

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()


Copyright © 1999-2007 OpenEJB. All Rights Reserved.