org.omg.CosTransactions
Class PropagationContext

java.lang.Object
  |
  +--org.omg.CosTransactions.PropagationContext
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

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

Struct definition : PropagationContext

Author:
OpenORB Compiler
See Also:
Serialized Form

Field Summary
 TransIdentity current
          Struct member current
 org.omg.CORBA.Any implementation_specific_data
          Struct member implementation_specific_data
 TransIdentity[] parents
          Struct member parents
 int timeout
          Struct member timeout
 
Constructor Summary
PropagationContext()
          Default constructor
PropagationContext(int timeout, TransIdentity current, TransIdentity[] parents, org.omg.CORBA.Any implementation_specific_data)
          Constructor with fields initialization
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timeout

public int timeout
Struct member timeout

current

public TransIdentity current
Struct member current

parents

public TransIdentity[] parents
Struct member parents

implementation_specific_data

public org.omg.CORBA.Any implementation_specific_data
Struct member implementation_specific_data
Constructor Detail

PropagationContext

public PropagationContext()
Default constructor

PropagationContext

public PropagationContext(int timeout,
                          TransIdentity current,
                          TransIdentity[] parents,
                          org.omg.CORBA.Any implementation_specific_data)
Constructor with fields initialization
Parameters:
timeout - timeout struct member
current - current struct member
parents - parents struct member
implementation_specific_data - implementation_specific_data struct member