org.omg.CosTransactions

Class PropagationContext

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

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)

Field Details

current

public TransIdentity current


implementation_specific_data

public Any implementation_specific_data


parents

public TransIdentity[] parents


timeout

public int timeout

Constructor Details

PropagationContext

public PropagationContext()


PropagationContext

public PropagationContext(int timeout,
                          TransIdentity current,
                          TransIdentity[] parents,
                          Any implementation_specific_data)