public class _ServantActivatorStub extends ObjectImpl implements ServantActivator
Constructor and Description |
---|
_ServantActivatorStub() |
Modifier and Type | Method and Description |
---|---|
String[] |
_ids()
检索包含该
ObjectImpl 对象支持库标识符字符串数组。
|
void |
etherealize(byte[] oid, POA adapter, Servant serv, boolean cleanup_in_progress, boolean remaining_activations)
这个操作的时候调用一个对象的仆人被停用,假设POA有use_servant_manager和保留政策。
|
Servant |
incarnate(byte[] oid, POA adapter)
这个操作是通过POA每当POA接收一个对象,目前不主动请求调用,假设POA有use_servant_manager和保留政策。
|
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
public static final 类 _opsClass
public Servant incarnate(byte[] oid, POA adapter) throws ForwardRequest
incarnate
接口
ServantActivatorOperations
oid
对象ID与请求的对象了。
adapter
- POA的对象被激活的对象引用。
ForwardRequest
-到ORB表明它是负责提供当前请求和对象在异常的forward_reference成员表示后续的请求。
public void etherealize(byte[] oid, POA adapter, Servant serv, boolean cleanup_in_progress, boolean remaining_activations)
etherealize
接口
ServantActivatorOperations
oid
对象ID关联的对象被停用。
adapter
- POA的对象是主动对象参考。
serv
包含参考被停用对象关联的仆人。
cleanup_in_progress
表明破坏或中断调用etherealize_objects参数真实。False表示灵化为因其他原因。
remaining_activations
-指示仆人经理可以摧毁一个仆人。如果设置为true,仆人经理应该等到所有调用完成进度。
public String[] _ids()
ObjectImpl
ObjectImpl
对象支持库标识符字符串数组。例如,对于一个存根,该方法返回存根所支持的所有接口的信息。
_ids
方法重写,继承类
ObjectImpl
ObjectImpl
库标识符实例支持的阵列
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.