Uses of Interface
org.omg.PortableInterceptor.InterceptorOperations
-
Packages that use InterceptorOperations Package Description com.sun.corba.ee.impl.folb com.sun.corba.ee.impl.oa.rfm com.sun.corba.ee.impl.plugin.hwlb org.omg.PortableInterceptor -
-
Uses of InterceptorOperations in com.sun.corba.ee.impl.folb
Classes in com.sun.corba.ee.impl.folb that implement InterceptorOperations Modifier and Type Class Description class
ClientGroupManager
class
ServerGroupManager
-
Uses of InterceptorOperations in com.sun.corba.ee.impl.oa.rfm
Classes in com.sun.corba.ee.impl.oa.rfm that implement InterceptorOperations Modifier and Type Class Description private static class
ReferenceManagerConfigurator.RMIORInterceptor
-
Uses of InterceptorOperations in com.sun.corba.ee.impl.plugin.hwlb
Classes in com.sun.corba.ee.impl.plugin.hwlb that implement InterceptorOperations Modifier and Type Class Description class
RetryClientRequestInterceptor
class
RetryServerRequestInterceptor
class
VirtualAddressAgentImpl
-
Uses of InterceptorOperations in org.omg.PortableInterceptor
Subinterfaces of InterceptorOperations in org.omg.PortableInterceptor Modifier and Type Interface Description interface
ClientRequestInterceptor
Client-side request interceptor.interface
ClientRequestInterceptorOperations
Client-side request interceptor.interface
Interceptor
All Portable Interceptors implement Interceptor.interface
IORInterceptor
Interceptor used to establish tagged components in the profiles within an IOR.interface
IORInterceptor_3_0
org/omg/PortableInterceptor/IORInterceptor_3_0.java .interface
IORInterceptor_3_0Operations
org/omg/PortableInterceptor/IORInterceptor_3_0Operations.java .interface
IORInterceptorOperations
Interceptor used to establish tagged components in the profiles within an IOR.interface
ServerRequestInterceptor
Server-side request interceptor.interface
ServerRequestInterceptorOperations
Server-side request interceptor.
-