Uses of Interface
org.omg.PortableInterceptor.ServerRequestInterceptor
-
Packages that use ServerRequestInterceptor 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 ServerRequestInterceptor in com.sun.corba.ee.impl.folb
Classes in com.sun.corba.ee.impl.folb that implement ServerRequestInterceptor Modifier and Type Class Description class
ServerGroupManager
-
Uses of ServerRequestInterceptor in com.sun.corba.ee.impl.interceptors
Methods in com.sun.corba.ee.impl.interceptors with parameters of type ServerRequestInterceptor Modifier and Type Method Description void
ORBInitInfoImpl. add_server_request_interceptor(ServerRequestInterceptor interceptor)
This operation is used to add a server-side request Interceptor to the list of server-side request Interceptors.void
ORBInitInfoImpl. add_server_request_interceptor_with_policy(ServerRequestInterceptor interceptor, Policy[] policies)
-
Uses of ServerRequestInterceptor in com.sun.corba.ee.impl.plugin.hwlb
Classes in com.sun.corba.ee.impl.plugin.hwlb that implement ServerRequestInterceptor Modifier and Type Class Description class
RetryServerRequestInterceptor
-
Uses of ServerRequestInterceptor in org.omg.PortableInterceptor
Fields in org.omg.PortableInterceptor declared as ServerRequestInterceptor Modifier and Type Field Description ServerRequestInterceptor
ServerRequestInterceptorHolder. value
Methods in org.omg.PortableInterceptor that return ServerRequestInterceptor Modifier and Type Method Description static ServerRequestInterceptor
ServerRequestInterceptorHelper. extract(Any a)
static ServerRequestInterceptor
ServerRequestInterceptorHelper. narrow(Object obj)
static ServerRequestInterceptor
ServerRequestInterceptorHelper. read(InputStream istream)
static ServerRequestInterceptor
ServerRequestInterceptorHelper. unchecked_narrow(Object obj)
Methods in org.omg.PortableInterceptor with parameters of type ServerRequestInterceptor Modifier and Type Method Description void
ORBInitInfoOperations. add_server_request_interceptor(ServerRequestInterceptor interceptor)
Used to add a server-side request Interceptor to the list of server-side request Interceptors.static void
ServerRequestInterceptorHelper. insert(Any a, ServerRequestInterceptor that)
static void
ServerRequestInterceptorHelper. write(OutputStream ostream, ServerRequestInterceptor value)
Constructors in org.omg.PortableInterceptor with parameters of type ServerRequestInterceptor Constructor Description ServerRequestInterceptorHolder(ServerRequestInterceptor initialValue)
-