org.omg.CosTransactions
Class PropagationContext

java.lang.Object
  extended byorg.omg.CosTransactions.PropagationContext
All Implemented Interfaces:
IDLEntity, java.io.Serializable

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

Generated from IDL definition of struct "PropagationContext"

Author:
JacORB IDL compiler
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)