org.omg.CosTransactions
Class PropagationContext
java.lang.Object
org.omg.CosTransactions.PropagationContext
- All Implemented Interfaces:
- Serializable, IDLEntity
public final class PropagationContext
- extends Object
- implements IDLEntity
Generated from IDL struct "PropagationContext".
- Version:
- generated at 03-Nov-2015 12:24:00
- Author:
- JacORB IDL compiler V 3.7
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
timeout
public int timeout
current
public TransIdentity current
parents
public TransIdentity[] parents
implementation_specific_data
public Any implementation_specific_data
PropagationContext
public PropagationContext()
PropagationContext
public PropagationContext(int timeout,
TransIdentity current,
TransIdentity[] parents,
Any implementation_specific_data)
Copyright © 2015 JacORB. All rights reserved.