Uses of Interface
org.omg.PortableInterceptor.ServerRequestInfo
-
Packages that use ServerRequestInfo Package Description org.omg.PortableInterceptor Provides a mechanism to register ORB hooks through which ORB services can intercept the normal flow of execution of the ORB. -
-
Uses of ServerRequestInfo in org.omg.PortableInterceptor
Methods in org.omg.PortableInterceptor with parameters of type ServerRequestInfo Modifier and Type Method Description voidServerRequestInterceptorOperations. receive_request(ServerRequestInfo ri)Allows an Interceptor to query request information after all the information, including operation parameters, are available.voidServerRequestInterceptorOperations. receive_request_service_contexts(ServerRequestInfo ri)Allows the interceptor to process service context information.voidServerRequestInterceptorOperations. send_exception(ServerRequestInfo ri)Allows an Interceptor to query the exception information and modify the reply service context before the exception is thrown to the client.voidServerRequestInterceptorOperations. send_other(ServerRequestInfo ri)Allows an Interceptor to query the information available when a request results in something other than a normal reply or an exception.voidServerRequestInterceptorOperations. send_reply(ServerRequestInfo ri)Allows an Interceptor to query reply information and modify the reply service context after the target operation has been invoked and before the reply is returned to the client.
-