org.omg.CosTransactions
Class otid_t

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

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

Struct definition: otid_t.

Author:
OpenORB Compiler
See Also:
Serialized Form

Field Summary
 int bqual_length
          Struct member bqual_length
 int formatID
          Struct member formatID
 byte[] tid
          Struct member tid
 
Constructor Summary
otid_t()
          Default constructor
otid_t(int formatID, int bqual_length, byte[] tid)
          Constructor with fields initialization
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

formatID

public int formatID
Struct member formatID


bqual_length

public int bqual_length
Struct member bqual_length


tid

public byte[] tid
Struct member tid

Constructor Detail

otid_t

public otid_t()
Default constructor


otid_t

public otid_t(int formatID,
              int bqual_length,
              byte[] tid)
Constructor with fields initialization

Parameters:
formatID - formatID struct member
bqual_length - bqual_length struct member
tid - tid struct member