Package org.omg.CosTransactions
Class PropagationContext
java.lang.Object
org.omg.CosTransactions.PropagationContext
- All Implemented Interfaces:
Serializable
,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, 10:43:23 AM Greenwich Mean Time
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
-
Constructor Summary
ConstructorsConstructorDescriptionPropagationContext
(int _timeout, TransIdentity _current, TransIdentity[] _parents, Any _implementation_specific_data) -
Method Summary
-
Field Details
-
timeout
public int timeout -
current
-
parents
-
implementation_specific_data
-
-
Constructor Details
-
PropagationContext
public PropagationContext() -
PropagationContext
public PropagationContext(int _timeout, TransIdentity _current, TransIdentity[] _parents, Any _implementation_specific_data)
-