org.omg.CosTransactions
Class TransIdentity

java.lang.Object
  |
  +--org.omg.CosTransactions.TransIdentity
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

public final class TransIdentity
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Struct definition : TransIdentity

Author:
OpenORB Compiler
See Also:
Serialized Form

Field Summary
 Coordinator coord
          Struct member coord
 otid_t otid
          Struct member otid
 Terminator term
          Struct member term
 
Constructor Summary
TransIdentity()
          Default constructor
TransIdentity(Coordinator coord, Terminator term, otid_t otid)
          Constructor with fields initialization
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

coord

public Coordinator coord
Struct member coord

term

public Terminator term
Struct member term

otid

public otid_t otid
Struct member otid
Constructor Detail

TransIdentity

public TransIdentity()
Default constructor

TransIdentity

public TransIdentity(Coordinator coord,
                     Terminator term,
                     otid_t otid)
Constructor with fields initialization
Parameters:
coord - coord struct member
term - term struct member
otid - otid struct member