Module java.corba
Package org.omg.IOP

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 /build/openjdk-9-KW191C/openjdk-9-9.0.1+11/src/corba/src/java.corba/share/classes/org/omg/PortableInterceptor/IOP.idl Friday, October 27, 2017 6:19:41 AM UTC
    • 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)