org.omg.CosTransactions
Class PropagationContext

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

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

See Also:
Serialized Form

Field Summary
 TransIdentity current
           
 Any implementation_specific_data
           
 TransIdentity[] parents
           
 int timeout
           
 
Constructor Summary
PropagationContext()
           
PropagationContext(int __timeout, TransIdentity __current, TransIdentity[] __parents, Any __implementation_specific_data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timeout

public int timeout

current

public TransIdentity current

parents

public TransIdentity[] parents

implementation_specific_data

public Any implementation_specific_data
Constructor Detail

PropagationContext

public PropagationContext()

PropagationContext

public PropagationContext(int __timeout,
                          TransIdentity __current,
                          TransIdentity[] __parents,
                          Any __implementation_specific_data)