org.omg.CosTransactions
クラス TransIdentity

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

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

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

フィールドの概要
 Coordinator coord
           
 otid_t otid
           
 Terminator term
           
 
コンストラクタの概要
TransIdentity()
           
TransIdentity(Coordinator _coord, Terminator _term, otid_t _otid)
           
 
クラス java.lang.Object から継承したメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

coord

public Coordinator coord

term

public Terminator term

otid

public otid_t otid
コンストラクタの詳細

TransIdentity

public TransIdentity(Coordinator _coord,
                     Terminator _term,
                     otid_t _otid)

TransIdentity

public TransIdentity()