Class 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 Detail

      • timeout

        public int timeout
      • 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)