パッケージ | 説明 |
---|---|
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 |
ServiceContextHolder.value |
ServiceContext[] |
ServiceContextListHolder.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, 2014, Oracle and/or its affiliates. All rights reserved.