Class ContextError

  • All Implemented Interfaces:
    java.io.Serializable, IDLEntity

    public final class ContextError
    extends java.lang.Object
    implements IDLEntity
    com/sun/corba/ee/org/omg/CSI/ContextError.java . Generated by the IDL-to-Java compiler (portable), version "4.1" from /home/abuild/rpmbuild/BUILD/glassfish-corba-4.2.4/csiv2-idl/src/main/idl/CSI.idl Wednesday, February 21, 2024 at 12:00:00 PM Greenwich Mean Time
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ContextError()  
      ContextError​(long _client_context_id, int _major_status, int _minor_status, byte[] _error_token)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • client_context_id

        public long client_context_id
      • major_status

        public int major_status
      • minor_status

        public int minor_status
      • error_token

        public byte[] error_token
    • Constructor Detail

      • ContextError

        public ContextError()
      • ContextError

        public ContextError​(long _client_context_id,
                            int _major_status,
                            int _minor_status,
                            byte[] _error_token)