-
- All Superinterfaces:
-
IDLEntity
,Object
,RequestInfoOperations
,Serializable
- All Known Subinterfaces:
-
ClientRequestInfo
,ServerRequestInfo
public interface RequestInfo extends RequestInfoOperations, Object, IDLEntity
请求信息,拦截器可访问。每个拦截点都有一个对象,通过该对象,拦截器可以访问请求信息。 客户端和服务器端的拦截点都涉及到不同的信息,所以有两个信息对象:
ClientRequestInfo
被传递给客户端拦截点,而ServerRequestInfo
被传递给服务器端截取点。 但是有两个共同的信息,所以它们都从一个通用的接口继承:RequestInfo
。- 另请参见:
-
ClientRequestInfo
,ServerRequestInfo
-
-
方法摘要
-
Methods inherited from interface org.omg.CORBA.Object
_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
-
Methods inherited from interface org.omg.PortableInterceptor.RequestInfoOperations
arguments, contexts, exceptions, forward_reference, get_reply_service_context, get_request_service_context, get_slot, operation, operation_context, reply_status, request_id, response_expected, result, sync_scope
-
-