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
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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 membercurrent - current struct memberparents - parents struct memberimplementation_specific_data - implementation_specific_data struct member