org.omg.CosTransactions
クラス otid_t

java.lang.Object
  |
  +--org.omg.CosTransactions.otid_t
すべての実装インタフェース:
IDLEntity, java.io.Serializable

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

関連項目:
直列化された形式

フィールドの概要
 int bqual_length
           
 int formatID
           
 byte[] tid
           
 
コンストラクタの概要
otid_t()
           
otid_t(int _formatID, int _bqual_length, byte[] _tid)
           
 
クラス java.lang.Object から継承したメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

formatID

public int formatID

bqual_length

public int bqual_length

tid

public byte[] tid
コンストラクタの詳細

otid_t

public otid_t(int _formatID,
              int _bqual_length,
              byte[] _tid)

otid_t

public otid_t()