org.omg.PortableInterceptor
クラス CurrentHelper
java.lang.Object
org.omg.PortableInterceptor.CurrentHelper
public abstract class CurrentHelper
- extends Object
Portable Interceptors Current (PICurrent
とも呼ばれる) は、単なるスロットテーブルにすぎません。各サービスは、このスロットテーブルのスロットを使って、そのコンテキストと要求/応答のサービスコンテキストとの間でコンテキストデータをやりとりします。PICurrent を使用する各サービスは、初期化時に 1 つ以上のスロットを保持し、要求や応答の処理時にそれらのスロットを使用します。
PICurrent は、呼び出しが行われる前に、ORB.resolve_initial_references( "PICurrent" )
の呼び出しを介して取得されます。スレッドスコープから要求スコープに移動した PICurrent のデータは、遮断点の内部から、RequestInfo
オブジェクトに対する get_slot
オペレーションを介して利用できます。PICurrent は引き続き resolve_initial_references
を介して取得できますが、それはインタセプタのスレッドスコープの PICurrent となります。
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CurrentHelper
public CurrentHelper()
insert
public static void insert(Any a,
Current that)
extract
public static Current extract(Any a)
type
public static TypeCode type()
id
public static String id()
read
public static Current read(InputStream istream)
write
public static void write(OutputStream ostream,
Current value)
narrow
public static Current narrow(Object obj)
unchecked_narrow
public static Current unchecked_narrow(Object obj)
バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java 2 SDK SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。