パッケージ | 説明 |
---|---|
org.omg.IOP |
このパッケージには、OMG 文書『The Common Object Request Broker:Architecture and Specification』(http://cgi.omg.org/cgi-bin/doc?formal/99-10-07) のセクション 13.6 に指定された IOP モジュールが含まれます。
|
org.omg.PortableInterceptor |
ORB サービスが ORB の通常の実行フローを遮断できるようにするための ORB フックを登録するメカニズムを提供します。
|
修飾子と型 | フィールドと説明 |
---|---|
ServiceContext[] |
ServiceContextListHolder.value |
ServiceContext |
ServiceContextHolder.value |
修飾子と型 | メソッドと説明 |
---|---|
static ServiceContext[] |
ServiceContextListHelper.extract(Any a) |
static ServiceContext |
ServiceContextHelper.extract(Any a) |
static ServiceContext[] |
ServiceContextListHelper.read(InputStream istream) |
static ServiceContext |
ServiceContextHelper.read(InputStream istream) |
修飾子と型 | メソッドと説明 |
---|---|
static void |
ServiceContextHelper.insert(Any a, ServiceContext that) |
static void |
ServiceContextListHelper.insert(Any a, ServiceContext[] that) |
static void |
ServiceContextHelper.write(OutputStream ostream, ServiceContext value) |
static void |
ServiceContextListHelper.write(OutputStream ostream, ServiceContext[] value) |
コンストラクタと説明 |
---|
ServiceContextHolder(ServiceContext initialValue) |
ServiceContextListHolder(ServiceContext[] initialValue) |
修飾子と型 | メソッドと説明 |
---|---|
ServiceContext |
RequestInfoOperations.get_reply_service_context(int id)
応答に関連付けられている指定された ID を持つサービスコンテキストのコピーを返します。
|
ServiceContext |
RequestInfoOperations.get_request_service_context(int id)
要求に関連付けられている指定された ID を持つサービスコンテキストのコピーを返します。
|
修飾子と型 | メソッドと説明 |
---|---|
void |
ServerRequestInfoOperations.add_reply_service_context(ServiceContext service_context, boolean replace)
インタセプタがサービスコンテキストを要求に追加できるようにします。
|
void |
ClientRequestInfoOperations.add_request_service_context(ServiceContext service_context, boolean replace)
インタセプタがサービスコンテキストを要求に追加できるようにします。
|
バグまたは機能を送信
詳細な API リファレンスおよび開発者ドキュメントについては、Java SE のドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright © 1993, 2013, Oracle and/or its affiliates. All rights reserved.