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 classServerGroupManager -
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 voidORBInitInfoImpl. 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.voidORBInitInfoImpl. 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 classRetryServerRequestInterceptor -
Uses of ServerRequestInterceptor in org.omg.PortableInterceptor
Fields in org.omg.PortableInterceptor declared as ServerRequestInterceptor Modifier and Type Field Description ServerRequestInterceptorServerRequestInterceptorHolder. valueMethods in org.omg.PortableInterceptor that return ServerRequestInterceptor Modifier and Type Method Description static ServerRequestInterceptorServerRequestInterceptorHelper. extract(Any a)static ServerRequestInterceptorServerRequestInterceptorHelper. narrow(Object obj)static ServerRequestInterceptorServerRequestInterceptorHelper. read(InputStream istream)static ServerRequestInterceptorServerRequestInterceptorHelper. unchecked_narrow(Object obj)Methods in org.omg.PortableInterceptor with parameters of type ServerRequestInterceptor Modifier and Type Method Description voidORBInitInfoOperations. add_server_request_interceptor(ServerRequestInterceptor interceptor)Used to add a server-side request Interceptor to the list of server-side request Interceptors.static voidServerRequestInterceptorHelper. insert(Any a, ServerRequestInterceptor that)static voidServerRequestInterceptorHelper. write(OutputStream ostream, ServerRequestInterceptor value)Constructors in org.omg.PortableInterceptor with parameters of type ServerRequestInterceptor Constructor Description ServerRequestInterceptorHolder(ServerRequestInterceptor initialValue)
-