Class PropagationContext

java.lang.Object
org.omg.CosTransactions.PropagationContext
All Implemented Interfaces:
Serializable, IDLEntity

public final class PropagationContext extends 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, 10:43:23 AM Greenwich Mean Time
See Also:
  • Field Details

    • timeout

      public int timeout
    • current

      public TransIdentity current
    • parents

      public TransIdentity[] parents
    • implementation_specific_data

      public Any implementation_specific_data
  • Constructor Details

    • PropagationContext

      public PropagationContext()
    • PropagationContext

      public PropagationContext(int _timeout, TransIdentity _current, TransIdentity[] _parents, Any _implementation_specific_data)