org.omg.CosTransactions
Class TransIdentity

java.lang.Object
  extended by org.omg.CosTransactions.TransIdentity
All Implemented Interfaces:
java.io.Serializable, IDLEntity

public final class TransIdentity
extends java.lang.Object
implements IDLEntity

Generated from IDL struct "TransIdentity".

Version:
generated at Mar 12, 2011 4:11:25 PM
Author:
JacORB IDL compiler V 2.3.1 (JBoss patch01), 29-Jul-2009
See Also:
Serialized Form

Field Summary
 Coordinator coord
           
 otid_t otid
           
 Terminator term
           
 
Constructor Summary
TransIdentity()
           
TransIdentity(Coordinator coord, Terminator term, otid_t otid)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

coord

public Coordinator coord

term

public Terminator term

otid

public otid_t otid
Constructor Detail

TransIdentity

public TransIdentity()

TransIdentity

public TransIdentity(Coordinator coord,
                     Terminator term,
                     otid_t otid)