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 TypeMethodDescriptionvoidORBInitInfoImpl.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 -
Uses of ServerRequestInterceptor in org.omg.PortableInterceptor
Fields in org.omg.PortableInterceptor declared as ServerRequestInterceptorMethods in org.omg.PortableInterceptor that return ServerRequestInterceptorModifier and TypeMethodDescriptionstatic ServerRequestInterceptorstatic ServerRequestInterceptorstatic ServerRequestInterceptorServerRequestInterceptorHelper.read(InputStream istream) static ServerRequestInterceptorServerRequestInterceptorHelper.unchecked_narrow(Object obj) Methods in org.omg.PortableInterceptor with parameters of type ServerRequestInterceptorModifier and TypeMethodDescriptionvoidORBInitInfoOperations.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 ServerRequestInterceptorModifierConstructorDescriptionServerRequestInterceptorHolder(ServerRequestInterceptor initialValue)