org.omg.CosTransactions
クラス PropagationContext

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

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

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

フィールドの概要
 TransIdentity current
           
 Any implementation_specific_data
           
 TransIdentity[] parents
           
 int timeout
           
 
コンストラクタの概要
PropagationContext()
           
PropagationContext(int _timeout, TransIdentity _current, TransIdentity[] _parents, Any _implementation_specific_data)
           
 
クラス java.lang.Object から継承したメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

timeout

public int timeout

current

public TransIdentity current

parents

public TransIdentity[] parents

implementation_specific_data

public Any implementation_specific_data
コンストラクタの詳細

PropagationContext

public PropagationContext(int _timeout,
                          TransIdentity _current,
                          TransIdentity[] _parents,
                          Any _implementation_specific_data)

PropagationContext

public PropagationContext()