Uses of Interface
org.omg.PortableInterceptor.ServerRequestInfo
-
Packages that use ServerRequestInfo Package Description com.sun.corba.ee.impl.folb com.sun.corba.ee.impl.interceptors com.sun.corba.ee.impl.plugin.hwlb org.omg.PortableInterceptor -
-
Uses of ServerRequestInfo in com.sun.corba.ee.impl.folb
Methods in com.sun.corba.ee.impl.folb with parameters of type ServerRequestInfo Modifier and Type Method Description void
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(java.lang.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 ServerRequestInfo Modifier and Type Class Description class
ServerRequestInfoImpl
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 ServerRequestInfo Modifier and Type Method Description void
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 ServerRequestInfo Modifier and Type Field Description ServerRequestInfo
ServerRequestInfoHolder. value
Methods in org.omg.PortableInterceptor that return ServerRequestInfo Modifier and Type Method Description static ServerRequestInfo
ServerRequestInfoHelper. extract(Any a)
static ServerRequestInfo
ServerRequestInfoHelper. narrow(Object obj)
static ServerRequestInfo
ServerRequestInfoHelper. read(InputStream istream)
static ServerRequestInfo
ServerRequestInfoHelper. unchecked_narrow(Object obj)
Methods in org.omg.PortableInterceptor with parameters of type ServerRequestInfo Modifier and Type Method Description static 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 Constructor Description ServerRequestInfoHolder(ServerRequestInfo initialValue)
-