org.omg.PortableInterceptor
Interface ServerRequestInterceptor

All Superinterfaces:
IDLEntity sample code for org.omg.CORBA.portable.IDLEntity definition code for org.omg.CORBA.portable.IDLEntity , Interceptor sample code for org.omg.PortableInterceptor.Interceptor definition code for org.omg.PortableInterceptor.Interceptor , InterceptorOperations sample code for org.omg.PortableInterceptor.InterceptorOperations definition code for org.omg.PortableInterceptor.InterceptorOperations , Object sample code for org.omg.CORBA.Object definition code for org.omg.CORBA.Object , Serializable sample code for java.io.Serializable definition code for java.io.Serializable , ServerRequestInterceptorOperations sample code for org.omg.PortableInterceptor.ServerRequestInterceptorOperations definition code for org.omg.PortableInterceptor.ServerRequestInterceptorOperations

public interface ServerRequestInterceptor
extends ServerRequestInterceptorOperations sample code for org.omg.PortableInterceptor.ServerRequestInterceptorOperations definition code for org.omg.PortableInterceptor.ServerRequestInterceptorOperations , Interceptor sample code for org.omg.PortableInterceptor.Interceptor definition code for org.omg.PortableInterceptor.Interceptor , IDLEntity sample code for org.omg.CORBA.portable.IDLEntity definition code for org.omg.CORBA.portable.IDLEntity

Server-side request interceptor.

A request Interceptor is designed to intercept the flow of a request/reply sequence through the ORB at specific points so that services can query the request information and manipulate the service contexts which are propagated between clients and servers. The primary use of request Interceptors is to enable ORB services to transfer context information between clients and servers. There are two types of request Interceptors: client-side and server-side.

To write a server-side Interceptor, implement the ServerRequestInterceptor interface.

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

Method Summary
 
Methods inherited from interface org.omg.PortableInterceptor.ServerRequestInterceptorOperations sample code for org.omg.PortableInterceptor.ServerRequestInterceptorOperations definition code for org.omg.PortableInterceptor.ServerRequestInterceptorOperations
receive_request_service_contexts sample code for org.omg.PortableInterceptor.ServerRequestInterceptorOperations.receive_request_service_contexts(org.omg.PortableInterceptor.ServerRequestInfo) definition code for org.omg.PortableInterceptor.ServerRequestInterceptorOperations.receive_request_service_contexts(org.omg.PortableInterceptor.ServerRequestInfo) , receive_request sample code for org.omg.PortableInterceptor.ServerRequestInterceptorOperations.receive_request(org.omg.PortableInterceptor.ServerRequestInfo) definition code for org.omg.PortableInterceptor.ServerRequestInterceptorOperations.receive_request(org.omg.PortableInterceptor.ServerRequestInfo) , send_exception sample code for org.omg.PortableInterceptor.ServerRequestInterceptorOperations.send_exception(org.omg.PortableInterceptor.ServerRequestInfo) definition code for org.omg.PortableInterceptor.ServerRequestInterceptorOperations.send_exception(org.omg.PortableInterceptor.ServerRequestInfo) , send_other sample code for org.omg.PortableInterceptor.ServerRequestInterceptorOperations.send_other(org.omg.PortableInterceptor.ServerRequestInfo) definition code for org.omg.PortableInterceptor.ServerRequestInterceptorOperations.send_other(org.omg.PortableInterceptor.ServerRequestInfo) , send_reply sample code for org.omg.PortableInterceptor.ServerRequestInterceptorOperations.send_reply(org.omg.PortableInterceptor.ServerRequestInfo) definition code for org.omg.PortableInterceptor.ServerRequestInterceptorOperations.send_reply(org.omg.PortableInterceptor.ServerRequestInfo)
 
Methods inherited from interface org.omg.PortableInterceptor.InterceptorOperations sample code for org.omg.PortableInterceptor.InterceptorOperations definition code for org.omg.PortableInterceptor.InterceptorOperations
destroy sample code for org.omg.PortableInterceptor.InterceptorOperations.destroy() definition code for org.omg.PortableInterceptor.InterceptorOperations.destroy() , name sample code for org.omg.PortableInterceptor.InterceptorOperations.name() definition code for org.omg.PortableInterceptor.InterceptorOperations.name()
 
Methods inherited from interface org.omg.PortableInterceptor.InterceptorOperations sample code for org.omg.PortableInterceptor.InterceptorOperations definition code for org.omg.PortableInterceptor.InterceptorOperations
destroy sample code for org.omg.PortableInterceptor.InterceptorOperations.destroy() definition code for org.omg.PortableInterceptor.InterceptorOperations.destroy() , name sample code for org.omg.PortableInterceptor.InterceptorOperations.name() definition code for org.omg.PortableInterceptor.InterceptorOperations.name()
 
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)