Uses of Interface
org.omg.PortableInterceptor.ServerRequestInfo
Packages that use ServerRequestInfo
Package
Description
-
Uses of ServerRequestInfo in com.sun.corba.ee.impl.folb
Methods in com.sun.corba.ee.impl.folb with parameters of type ServerRequestInfoModifier and TypeMethodDescriptionvoidServerGroupManager.receive_request(ServerRequestInfo ri) voidServerGroupManager.receive_request_service_contexts(ServerRequestInfo ri) /////////////////////////////////////////////////voidServerGroupManager.send_exception(ServerRequestInfo ri) voidServerGroupManager.send_other(ServerRequestInfo ri) voidServerGroupManager.send_reply(ServerRequestInfo ri) private voidServerGroupManager.send_star(String point, ServerRequestInfo ri) If the request membership label is out-of-date or missing then return an updated IOR. -
Uses of ServerRequestInfo in com.sun.corba.ee.impl.interceptors
Classes in com.sun.corba.ee.impl.interceptors that implement ServerRequestInfoModifier and TypeClassDescriptionfinal classImplementation of the ServerRequestInfo interface as specified in orbos/99-12-02 section 5.4.3. -
Uses of ServerRequestInfo in com.sun.corba.ee.impl.plugin.hwlb
Methods in com.sun.corba.ee.impl.plugin.hwlb with parameters of type ServerRequestInfoModifier and TypeMethodDescriptionvoidRetryServerRequestInterceptor.receive_request(ServerRequestInfo ri) voidRetryServerRequestInterceptor.receive_request_service_contexts(ServerRequestInfo ri) /////////////////////////////////////////////////voidRetryServerRequestInterceptor.send_exception(ServerRequestInfo ri) voidRetryServerRequestInterceptor.send_other(ServerRequestInfo ri) voidRetryServerRequestInterceptor.send_reply(ServerRequestInfo ri) -
Uses of ServerRequestInfo in org.omg.PortableInterceptor
Fields in org.omg.PortableInterceptor declared as ServerRequestInfoMethods in org.omg.PortableInterceptor that return ServerRequestInfoModifier and TypeMethodDescriptionstatic ServerRequestInfostatic ServerRequestInfostatic ServerRequestInfoServerRequestInfoHelper.read(InputStream istream) static ServerRequestInfoServerRequestInfoHelper.unchecked_narrow(Object obj) Methods in org.omg.PortableInterceptor with parameters of type ServerRequestInfoModifier and TypeMethodDescriptionstatic voidServerRequestInfoHelper.insert(Any a, ServerRequestInfo that) 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.static voidServerRequestInfoHelper.write(OutputStream ostream, ServerRequestInfo value) Constructors in org.omg.PortableInterceptor with parameters of type ServerRequestInfo