クラスorg.omg.IOP.ServiceContext
の使用
-
ServiceContextを使用するパッケージ パッケージ 説明 org.omg.IOP このパッケージには、OMGドキュメント「Common Object Request Broker: アーキテクチャと仕様」、formal/99-10-07、セクション13.6で指定されているIOPモジュールが含まれています。org.omg.PortableInterceptor ORBサービスがORBの通常の実行フローを遮断できるようにするためのORBフックを登録するメカニズムを提供します。 -
-
org.omg.IOPでのServiceContextの使用
ServiceContextとして宣言されているorg.omg.IOP内のフィールド 修飾子と型 フィールド 説明 ServiceContextServiceContextHolder. valueServiceContext[]ServiceContextListHolder. valueServiceContextを返すorg.omg.IOP内のメソッド 修飾子と型 メソッド 説明 static ServiceContextServiceContextHelper. extract(Any a)static ServiceContext[]ServiceContextListHelper. extract(Any a)static ServiceContextServiceContextHelper. read(InputStream istream)static ServiceContext[]ServiceContextListHelper. read(InputStream istream)ServiceContext型のパラメータを持つorg.omg.IOP内のメソッド 修飾子と型 メソッド 説明 static voidServiceContextHelper. insert(Any a, ServiceContext that)static voidServiceContextListHelper. insert(Any a, ServiceContext[] that)static voidServiceContextHelper. write(OutputStream ostream, ServiceContext value)static voidServiceContextListHelper. write(OutputStream ostream, ServiceContext[] value)ServiceContext型のパラメータを持つorg.omg.IOP内のコンストラクタ コンストラクタ 説明 ServiceContextHolder(ServiceContext initialValue)ServiceContextListHolder(ServiceContext[] initialValue) -
org.omg.PortableInterceptorでのServiceContextの使用
ServiceContextを返すorg.omg.PortableInterceptor内のメソッド 修飾子と型 メソッド 説明 ServiceContextRequestInfoOperations. get_reply_service_context(int id)応答に関連付けられている指定されたIDを持つサービス・コンテキストのコピーを返します。ServiceContextRequestInfoOperations. get_request_service_context(int id)要求に関連付けられている指定されたIDを持つサービス・コンテキストのコピーを返します。ServiceContext型のパラメータを持つorg.omg.PortableInterceptor内のメソッド 修飾子と型 メソッド 説明 voidServerRequestInfoOperations. add_reply_service_context(ServiceContext service_context, boolean replace)インタセプタがサービス・コンテキストを要求に追加できるようにします。voidClientRequestInfoOperations. add_request_service_context(ServiceContext service_context, boolean replace)インタセプタがサービス・コンテキストを要求に追加できるようにします。
-