Uses of Interface
org.omg.PortableInterceptor.ServerRequestInterceptor
Packages that use ServerRequestInterceptor
Package
Description
-
Uses of ServerRequestInterceptor in com.sun.corba.ee.impl.folb
Classes in com.sun.corba.ee.impl.folb that implement ServerRequestInterceptor -
Uses of ServerRequestInterceptor in com.sun.corba.ee.impl.interceptors
Methods in com.sun.corba.ee.impl.interceptors with parameters of type ServerRequestInterceptorModifier and TypeMethodDescriptionvoid
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 -
Uses of ServerRequestInterceptor in org.omg.PortableInterceptor
Fields in org.omg.PortableInterceptor declared as ServerRequestInterceptorMethods in org.omg.PortableInterceptor that return ServerRequestInterceptorModifier and TypeMethodDescriptionstatic ServerRequestInterceptor
static ServerRequestInterceptor
static ServerRequestInterceptor
ServerRequestInterceptorHelper.read
(InputStream istream) static ServerRequestInterceptor
ServerRequestInterceptorHelper.unchecked_narrow
(Object obj) Methods in org.omg.PortableInterceptor with parameters of type ServerRequestInterceptorModifier and TypeMethodDescriptionvoid
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 ServerRequestInterceptorModifierConstructorDescriptionServerRequestInterceptorHolder
(ServerRequestInterceptor initialValue)