org.omg.PortableInterceptor
Interface RequestInfo

All Superinterfaces:
IDLEntity sample code for org.omg.CORBA.portable.IDLEntity definition code for org.omg.CORBA.portable.IDLEntity , Object sample code for org.omg.CORBA.Object definition code for org.omg.CORBA.Object , RequestInfoOperations sample code for org.omg.PortableInterceptor.RequestInfoOperations definition code for org.omg.PortableInterceptor.RequestInfoOperations , Serializable sample code for java.io.Serializable definition code for java.io.Serializable
All Known Subinterfaces:
ClientRequestInfo sample code for org.omg.PortableInterceptor.ClientRequestInfo definition code for org.omg.PortableInterceptor.ClientRequestInfo , ServerRequestInfo sample code for org.omg.PortableInterceptor.ServerRequestInfo definition code for org.omg.PortableInterceptor.ServerRequestInfo

public interface RequestInfo
extends RequestInfoOperations sample code for org.omg.PortableInterceptor.RequestInfoOperations definition code for org.omg.PortableInterceptor.RequestInfoOperations , Object sample code for org.omg.CORBA.Object definition code for org.omg.CORBA.Object , IDLEntity sample code for org.omg.CORBA.portable.IDLEntity definition code for org.omg.CORBA.portable.IDLEntity

Request Information, accessible to Interceptors.

Each interception point is given an object through which the Interceptor can access request information. Client-side and server-side interception points are concerned with different information, so there are two information objects: ClientRequestInfo is passed to the client-side interception points and ServerRequestInfo is passed to the server-side interception points. But there is information that is common to both, so they both inherit from a common interface: RequestInfo.

See Also:
ClientRequestInfo sample code for org.omg.PortableInterceptor.ClientRequestInfo definition code for org.omg.PortableInterceptor.ClientRequestInfo , ServerRequestInfo sample code for org.omg.PortableInterceptor.ServerRequestInfo definition code for org.omg.PortableInterceptor.ServerRequestInfo

Method Summary
 
Methods inherited from interface org.omg.PortableInterceptor.RequestInfoOperations sample code for org.omg.PortableInterceptor.RequestInfoOperations definition code for org.omg.PortableInterceptor.RequestInfoOperations
arguments sample code for org.omg.PortableInterceptor.RequestInfoOperations.arguments() definition code for org.omg.PortableInterceptor.RequestInfoOperations.arguments() , contexts sample code for org.omg.PortableInterceptor.RequestInfoOperations.contexts() definition code for org.omg.PortableInterceptor.RequestInfoOperations.contexts() , exceptions sample code for org.omg.PortableInterceptor.RequestInfoOperations.exceptions() definition code for org.omg.PortableInterceptor.RequestInfoOperations.exceptions() , forward_reference sample code for org.omg.PortableInterceptor.RequestInfoOperations.forward_reference() definition code for org.omg.PortableInterceptor.RequestInfoOperations.forward_reference() , get_reply_service_context sample code for org.omg.PortableInterceptor.RequestInfoOperations.get_reply_service_context(int) definition code for org.omg.PortableInterceptor.RequestInfoOperations.get_reply_service_context(int) , get_request_service_context sample code for org.omg.PortableInterceptor.RequestInfoOperations.get_request_service_context(int) definition code for org.omg.PortableInterceptor.RequestInfoOperations.get_request_service_context(int) , get_slot sample code for org.omg.PortableInterceptor.RequestInfoOperations.get_slot(int) definition code for org.omg.PortableInterceptor.RequestInfoOperations.get_slot(int) , operation_context sample code for org.omg.PortableInterceptor.RequestInfoOperations.operation_context() definition code for org.omg.PortableInterceptor.RequestInfoOperations.operation_context() , operation sample code for org.omg.PortableInterceptor.RequestInfoOperations.operation() definition code for org.omg.PortableInterceptor.RequestInfoOperations.operation() , reply_status sample code for org.omg.PortableInterceptor.RequestInfoOperations.reply_status() definition code for org.omg.PortableInterceptor.RequestInfoOperations.reply_status() , request_id sample code for org.omg.PortableInterceptor.RequestInfoOperations.request_id() definition code for org.omg.PortableInterceptor.RequestInfoOperations.request_id() , response_expected sample code for org.omg.PortableInterceptor.RequestInfoOperations.response_expected() definition code for org.omg.PortableInterceptor.RequestInfoOperations.response_expected() , result sample code for org.omg.PortableInterceptor.RequestInfoOperations.result() definition code for org.omg.PortableInterceptor.RequestInfoOperations.result() , sync_scope sample code for org.omg.PortableInterceptor.RequestInfoOperations.sync_scope() definition code for org.omg.PortableInterceptor.RequestInfoOperations.sync_scope()
 
Methods inherited from interface org.omg.CORBA.Object sample code for org.omg.CORBA.Object definition code for org.omg.CORBA.Object
_create_request sample code for org.omg.CORBA.Object._create_request(org.omg.CORBA.Context, java.lang.String, org.omg.CORBA.NVList, org.omg.CORBA.NamedValue) definition code for org.omg.CORBA.Object._create_request(org.omg.CORBA.Context, java.lang.String, org.omg.CORBA.NVList, org.omg.CORBA.NamedValue) , _create_request sample code for org.omg.CORBA.Object._create_request(org.omg.CORBA.Context, java.lang.String, org.omg.CORBA.NVList, org.omg.CORBA.NamedValue, org.omg.CORBA.ExceptionList, org.omg.CORBA.ContextList) definition code for org.omg.CORBA.Object._create_request(org.omg.CORBA.Context, java.lang.String, org.omg.CORBA.NVList, org.omg.CORBA.NamedValue, org.omg.CORBA.ExceptionList, org.omg.CORBA.ContextList) , _duplicate sample code for org.omg.CORBA.Object._duplicate() definition code for org.omg.CORBA.Object._duplicate() , _get_domain_managers sample code for org.omg.CORBA.Object._get_domain_managers() definition code for org.omg.CORBA.Object._get_domain_managers() , _get_interface_def sample code for org.omg.CORBA.Object._get_interface_def() definition code for org.omg.CORBA.Object._get_interface_def() , _get_policy sample code for org.omg.CORBA.Object._get_policy(int) definition code for org.omg.CORBA.Object._get_policy(int) , _hash sample code for org.omg.CORBA.Object._hash(int) definition code for org.omg.CORBA.Object._hash(int) , _is_a sample code for org.omg.CORBA.Object._is_a(java.lang.String) definition code for org.omg.CORBA.Object._is_a(java.lang.String) , _is_equivalent sample code for org.omg.CORBA.Object._is_equivalent(org.omg.CORBA.Object) definition code for org.omg.CORBA.Object._is_equivalent(org.omg.CORBA.Object) , _non_existent sample code for org.omg.CORBA.Object._non_existent() definition code for org.omg.CORBA.Object._non_existent() , _release sample code for org.omg.CORBA.Object._release() definition code for org.omg.CORBA.Object._release() , _request sample code for org.omg.CORBA.Object._request(java.lang.String) definition code for org.omg.CORBA.Object._request(java.lang.String) , _set_policy_override sample code for org.omg.CORBA.Object._set_policy_override(org.omg.CORBA.Policy[], org.omg.CORBA.SetOverrideType) definition code for org.omg.CORBA.Object._set_policy_override(org.omg.CORBA.Policy[], org.omg.CORBA.SetOverrideType)