モジュール java.corba
パッケージ org.omg.IOP

クラスServiceContext

  • すべての実装されたインタフェース:
    Serializable, IDLEntity


    public final class ServiceContext
    extends Object
    implements IDLEntity
    org/omg/IOP/ServiceContext.java。 IDL-to-Javaコンパイラによって生成される(portable)、バージョン"3.2"、/scratch/HUDSON/workspace/9-2-build-linux-amd64-phase2/jdk9/6725/corba/src/java.corba/share/classes/org/omg/PortableInterceptor/IOP.idlから2017年8月3日木曜日3:57:52 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)