public interface ServantLocatorOperations extends ServantManagerOperations
Servant preinvoke(byte[] oid, POA adapter, String operation, CookieHolder the_cookie) throws ForwardRequest
oid
- 与请求的对象相关
oid
的对象标识。
adapter
- 对象被激活的POA的引用。
operation
- 操作名。
the_cookie
- 一个不
the_cookie
的值,可以由servant管理器在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.