Package org.omg.IOP

Class ServiceContext

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

    public final class ServiceContext
    extends java.lang.Object
    implements IDLEntity
    org/omg/IOP/ServiceContext.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/IOP.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
      byte[] context_data
      The data associated with this service context
      int context_id
      The service context id
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • context_id

        public int context_id
        The service context id
      • context_data

        public byte[] context_data
        The data associated with this service context
    • Constructor Detail

      • ServiceContext

        public ServiceContext()
      • ServiceContext

        public ServiceContext​(int _context_id,
                              byte[] _context_data)