public class _ServantLocatorStub extends ObjectImpl implements ServantLocator
Constructor and Description |
---|
_ServantLocatorStub() |
Modifier and Type | Method and Description |
---|---|
String[] |
_ids()
检索包含该
ObjectImpl 对象支持库标识符字符串数组。
|
void |
postinvoke(byte[] oid, POA adapter, String operation, Object the_cookie, Servant the_servant)
此操作被调用whenener仆人完成请求。
|
Servant |
preinvoke(byte[] oid, POA adapter, String operation, CookieHolder the_cookie)
这个操作是用来得到一个仆人,将用于处理造成preinvoke被称为请求。
|
_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 preinvoke(byte[] oid, POA adapter, String operation, CookieHolder the_cookie) throws ForwardRequest
preinvoke
接口
ServantLocatorOperations
oid
-对象的请求是相关的对象ID。
adapter
- POA参考的对象被激活。
operation
-操作名称。
the_cookie
-不透明的价值可以由仆人经理被使用在postinvoke。
ForwardRequest
-到ORB表明它是负责提供当前请求和对象在异常的forward_reference成员表示后续的请求。
public void postinvoke(byte[] oid, POA adapter, String operation, Object the_cookie, Servant the_servant)
postinvoke
接口
ServantLocatorOperations
oid
-对象ID有关的对象进行请求。
adapter
-对象为POA参考活跃。
the_cookie
-不透明值包含的数据集preinvoke。
the_servant
参考的仆人,是与对象关联的。
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.