org.omg.CosTransactions
Class TransIdentity

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

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

Generated from IDL definition of struct "TransIdentity"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 Coordinator coord
           
 otid_t otid
           
 Terminator term
           
 
Constructor Summary
TransIdentity()
           
TransIdentity(Coordinator coord, Terminator term, otid_t otid)
           
 
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)