org.omg.CosTransactions
Class otid_t

java.lang.Object
  |
  +--org.omg.CosTransactions.otid_t

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

See Also:
Serialized Form

Field Summary
 int bequal_length
           
 int formatID
           
 byte[] tid
           
 
Constructor Summary
otid_t()
           
otid_t(int __formatID, int __bequal_length, byte[] __tid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

formatID

public int formatID

bequal_length

public int bequal_length

tid

public byte[] tid
Constructor Detail

otid_t

public otid_t()

otid_t

public otid_t(int __formatID,
              int __bequal_length,
              byte[] __tid)