|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CosTransactions.PropagationContext
Struct definition: PropagationContext.
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 |
public int timeout
public TransIdentity current
public TransIdentity[] parents
public org.omg.CORBA.Any implementation_specific_data
Constructor Detail |
public PropagationContext()
public PropagationContext(int timeout, TransIdentity current, TransIdentity[] parents, org.omg.CORBA.Any implementation_specific_data)
timeout
- timeout struct membercurrent
- current struct memberparents
- parents struct memberimplementation_specific_data
- implementation_specific_data struct member
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |