|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.omg.PortableServer.Servant org.omg.PortableServer.ServantActivatorPOA
public abstract class ServantActivatorPOA
POA に RETAIN
ポリシーが指定されているときは、サーバントマネージャとして ServantActivator
が使用されます。
コンストラクタの概要 | |
---|---|
ServantActivatorPOA()
|
メソッドの概要 | |
---|---|
String[] |
_all_interfaces(POA poa,
byte[] objectId)
ORB がサーバントから完全な型情報を取得するために使用します。 |
OutputStream |
_invoke(String $method,
InputStream in,
ResponseHandler $rh)
要求をサーバントにディスパッチするために、ORB によって呼び出されます。 |
ServantActivator |
_this()
|
ServantActivator |
_this(ORB orb)
|
クラス org.omg.PortableServer.Servant から継承されたメソッド |
---|
_default_POA, _get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
インタフェース org.omg.PortableServer.ServantActivatorOperations から継承されたメソッド |
---|
etherealize, incarnate |
コンストラクタの詳細 |
---|
public ServantActivatorPOA()
メソッドの詳細 |
---|
public OutputStream _invoke(String $method, InputStream in, ResponseHandler $rh)
InvokeHandler
の記述: 1. 正しいメソッドを定義し、InputStream からのパラメータを非整列化する
2. メソッド実装を呼び出す
3. ユーザ例外がない場合、ResponseHandler を使用して通常の応答を作成する
4. ユーザ例外が発生した場合、ResponseHandler を使用して例外応答を作成する
5. ResponseHandler によって返された OutputStream に応答を整列化する
6. OutputStream を ORB へ返す
InvokeHandler
内の _invoke
$method
- メソッド名in
- 整列化された引数を格納する InputStream
$rh
- 適切な応答を作成するためにサーバントが使用する ResponseHandler
OutputStream
public String[] _all_interfaces(POA poa, byte[] objectId)
Servant
の記述:
Servant
内の _all_interfaces
poa
- サーバントが関連付けられている POAobjectId
- このサーバントに関連付けられたオブジェクトに対応する ID
public ServantActivator _this()
public ServantActivator _this(ORB orb)
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。