Class ServiceContext

  • All Implemented Interfaces:
    Serializable, IDLEntity


    public final class ServiceContext
    extends Object
    implements IDLEntity
    org/omg/IOP/ServiceContext.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from /home/z/Downloads/openjdk/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl Saturday, January 30, 2016 2:31:17 PM CET
    • 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)