public interface ServantLocatorOperations extends ServantManagerOperations
Modifier and Type | Method and Description |
---|---|
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被称为请求。
|
Servant preinvoke(byte[] oid, POA adapter, String operation, CookieHolder the_cookie) throws ForwardRequest
oid
-对象的请求是相关的对象ID。
adapter
- POA参考的对象被激活。
operation
-操作名称。
the_cookie
-不透明的价值可以由仆人经理被使用在postinvoke。
ForwardRequest
-到ORB表明它是负责提供当前请求和对象在异常的forward_reference成员表示后续的请求。
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.