所有类
|
|||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
org.omg.PortableServer
类 ServantActivatorPOA
java.lang.Object org.omg.PortableServer.Servant org.omg.PortableServer.ServantActivatorPOA
-
public abstract class ServantActivatorPOA
- extends Servant
- implements ServantActivatorOperations, InvokeHandler
POA 具有 RETAIN 策略时使用 ServantActivator 这种 servant 管理器。
构造方法摘要 | |
---|---|
ServantActivatorPOA() |
方法摘要 | |
---|---|
String[] |
_all_interfaces(POA poa, byte[] objectId) ORB 使用此操作从 servant 获取完整的类型信息。 |
OutputStream |
_invoke(String $method, InputStream in, ResponseHandler $rh) 由 ORB 调用来调度对 servant 的请求。 |
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 |
构造方法详细信息 |
---|
ServantActivatorPOA
public ServantActivatorPOA()
方法详细信息 |
---|
_invoke
public OutputStream _invoke(String $method, InputStream in, ResponseHandler $rh)
- 从接口
InvokeHandler
复制的描述 -
由 ORB 调用来调度对 servant 的请求。 ORB 传递方法名称、包含编组参数的 InputStream,以及 servant 用来构造恰当应答的 ResponseHandler。 此方法只可能抛出 CORBA SystemException。 该方法必须返回包含已编组应答的 ResponseHandler 所创建的 OutputStream。 在方法调用的生存期外,servant 必须仍然保留一个对 ResponseHandler 的引用。 Servant 的行为定义如下:
1. 确定正确的方法和 InputStream 中的已解组参数。
2. 调用方法实现。
3. 如果没有任何用户异常,则使用 ResponseHandler 创建一个正常应答。
4. 如果发生用户异常,则使用 ResponseHandler 创建异常。
5. ResponseHandler 将编组应答返回到 OutputStream。
6. 将 OutputStream 返回到 ORB。
-
- 指定者:
-
接口
InvokeHandler
中的_invoke
-
- 参数:
$method
- 方法名称。in
- 包含已编组参数的InputStream
。$rh
- servant 用来构造正确应答的ResponseHandler
。- 返回:
-
包含已编组应答的 ResponseHandler 所创建的
OutputStream
。
_all_interfaces
public String[] _all_interfaces(POA poa, byte[] objectId)
- 从类
Servant
复制的描述 - ORB 使用此操作从 servant 获取完整的类型信息。
-
- 指定者:
-
类
Servant
中的_all_interfaces
-
- 参数:
poa
- 与 servant 关联的 POA。objectId
- 对应于与此 servant 关联的对象的 id。- 返回:
- 对象类型信息列表。
_this
public ServantActivator _this()
_this
public ServantActivator _this(ORB orb)
所有类
|
|||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |