Package org.omg.CosTransactions
Class PropagationContext
- java.lang.Object
-
- org.omg.CosTransactions.PropagationContext
-
- All Implemented Interfaces:
java.io.Serializable
,IDLEntity
public final class PropagationContext extends java.lang.Object implements IDLEntity
org/omg/CosTransactions/PropagationContext.java . Generated by the IDL-to-Java compiler (portable), version "4.1" from /home/abuild/rpmbuild/BUILD/glassfish-corba-4.2.4/omgapi/src/main/idl/CosTransactions.idl Wednesday, February 21, 2024 at 12:00:00 PM Greenwich Mean Time- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description TransIdentity
current
Any
implementation_specific_data
TransIdentity[]
parents
int
timeout
-
Constructor Summary
Constructors Constructor Description PropagationContext()
PropagationContext(int _timeout, TransIdentity _current, TransIdentity[] _parents, Any _implementation_specific_data)
-
-
-
Field Detail
-
timeout
public int timeout
-
current
public TransIdentity current
-
parents
public TransIdentity[] parents
-
implementation_specific_data
public Any implementation_specific_data
-
-
Constructor Detail
-
PropagationContext
public PropagationContext()
-
PropagationContext
public PropagationContext(int _timeout, TransIdentity _current, TransIdentity[] _parents, Any _implementation_specific_data)
-
-