Module  java.corba
软件包  org.omg.IOP

Class ServiceContext

  • All Implemented Interfaces:
    SerializableIDLEntity


    public final class ServiceContext
    extends Object
    implements IDLEntity
    org / omg / IOP / ServiceContext.java。 由IDL到Java编译器(便携式)生成,版本“3.2”来自/scratch/HUDSON/workspace/9-2-build-linux-amd64-phase2/jdk9/6639.nc/corba/src/java.corba /share/classes/org/omg/PortableInterceptor/IOP.idl 2017年7月13日,星期四10:31:37 UTC
    • 字段详细信息

      • context_id

        public int context_id
        服务上下文id
      • context_data

        public byte[] context_data
        与此服务上下文相关的数据
    • 构造方法详细信息

      • ServiceContext

        public ServiceContext​()
      • ServiceContext

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