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 /scratch/HUDSON/workspace/9-2-build-linux-amd64-phase2/jdk9/6725/corba/src/java.corba/share/classes/org/omg/PortableInterceptor/IOP.idl Thursday, August 3, 2017 3:57:52 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)