org.omg.CosTransactions

Class PropagationContext

public final class PropagationContext extends Object implements IDLEntity

Struct definition: PropagationContext.

Author: OpenORB Compiler

Field Summary
TransIdentitycurrent
Struct member current
Anyimplementation_specific_data
Struct member implementation_specific_data
TransIdentity[]parents
Struct member parents
inttimeout
Struct member timeout
Constructor Summary
PropagationContext()
Default constructor
PropagationContext(int timeout, TransIdentity current, TransIdentity[] parents, Any implementation_specific_data)
Constructor with fields initialization

Field Detail

current

public TransIdentity current
Struct member current

implementation_specific_data

public Any implementation_specific_data
Struct member implementation_specific_data

parents

public TransIdentity[] parents
Struct member parents

timeout

public int timeout
Struct member timeout

Constructor Detail

PropagationContext

public PropagationContext()
Default constructor

PropagationContext

public PropagationContext(int timeout, TransIdentity current, TransIdentity[] parents, 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