Uses of Interface
org.omg.PortableInterceptor.IORInterceptor
Packages that use IORInterceptor
Package
Description
-
Uses of IORInterceptor in com.sun.corba.ee.impl.folb
Classes in com.sun.corba.ee.impl.folb that implement IORInterceptor -
Uses of IORInterceptor in com.sun.corba.ee.impl.interceptors
Methods in com.sun.corba.ee.impl.interceptors with parameters of type IORInterceptorModifier and TypeMethodDescriptionvoidORBInitInfoImpl.add_ior_interceptor(IORInterceptor interceptor) This operation is used to add an IOR Interceptor to the list of IOR Interceptors.voidORBInitInfoImpl.add_ior_interceptor_with_policy(IORInterceptor interceptor, Policy[] policies) -
Uses of IORInterceptor in com.sun.corba.ee.impl.oa.rfm
Classes in com.sun.corba.ee.impl.oa.rfm that implement IORInterceptorModifier and TypeClassDescriptionprivate static class -
Uses of IORInterceptor in com.sun.corba.ee.impl.plugin.hwlb
Classes in com.sun.corba.ee.impl.plugin.hwlb that implement IORInterceptor -
Uses of IORInterceptor in org.omg.PortableInterceptor
Subinterfaces of IORInterceptor in org.omg.PortableInterceptorModifier and TypeInterfaceDescriptioninterfaceorg/omg/PortableInterceptor/IORInterceptor_3_0.java .Fields in org.omg.PortableInterceptor declared as IORInterceptorMethods in org.omg.PortableInterceptor that return IORInterceptorModifier and TypeMethodDescriptionstatic IORInterceptorstatic IORInterceptorstatic IORInterceptorIORInterceptorHelper.read(InputStream istream) static IORInterceptorIORInterceptorHelper.unchecked_narrow(Object obj) Methods in org.omg.PortableInterceptor with parameters of type IORInterceptorModifier and TypeMethodDescriptionvoidORBInitInfoOperations.add_ior_interceptor(IORInterceptor interceptor) Used to add an IOR Interceptor to the list of IOR Interceptors.static voidIORInterceptorHelper.insert(Any a, IORInterceptor that) static voidIORInterceptorHelper.write(OutputStream ostream, IORInterceptor value) Constructors in org.omg.PortableInterceptor with parameters of type IORInterceptor