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 TypeMethodDescriptionvoid
ServerGroupManager.receive_request
(ServerRequestInfo ri) void
ServerGroupManager.receive_request_service_contexts
(ServerRequestInfo ri) void
ServerGroupManager.send_exception
(ServerRequestInfo ri) void
ServerGroupManager.send_other
(ServerRequestInfo ri) void
ServerGroupManager.send_reply
(ServerRequestInfo ri) private void
ServerGroupManager.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 class
Implementation 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 TypeMethodDescriptionvoid
RetryServerRequestInterceptor.receive_request
(ServerRequestInfo ri) void
RetryServerRequestInterceptor.receive_request_service_contexts
(ServerRequestInfo ri) void
RetryServerRequestInterceptor.send_exception
(ServerRequestInfo ri) void
RetryServerRequestInterceptor.send_other
(ServerRequestInfo ri) void
RetryServerRequestInterceptor.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 ServerRequestInfo
static ServerRequestInfo
static ServerRequestInfo
ServerRequestInfoHelper.read
(InputStream istream) static ServerRequestInfo
ServerRequestInfoHelper.unchecked_narrow
(Object obj) Methods in org.omg.PortableInterceptor with parameters of type ServerRequestInfoModifier and TypeMethodDescriptionstatic void
ServerRequestInfoHelper.insert
(Any a, ServerRequestInfo that) void
ServerRequestInterceptorOperations.receive_request
(ServerRequestInfo ri) Allows an Interceptor to query request information after all the information, including operation parameters, are available.void
ServerRequestInterceptorOperations.receive_request_service_contexts
(ServerRequestInfo ri) Allows the interceptor to process service context information.void
ServerRequestInterceptorOperations.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.void
ServerRequestInterceptorOperations.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.void
ServerRequestInterceptorOperations.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 void
ServerRequestInfoHelper.write
(OutputStream ostream, ServerRequestInfo value) Constructors in org.omg.PortableInterceptor with parameters of type ServerRequestInfo