Uses of Interface
org.omg.PortableInterceptor.PolicyFactory
Packages that use PolicyFactory
Package
Description
-
Uses of PolicyFactory in com.sun.corba.ee.impl.interceptors
Fields in com.sun.corba.ee.impl.interceptors with type parameters of type PolicyFactoryModifier and TypeFieldDescriptionprivate Map
<Integer, PolicyFactory> PIHandlerImpl.policyFactoryTable
Methods in com.sun.corba.ee.impl.interceptors with parameters of type PolicyFactoryModifier and TypeMethodDescriptionvoid
ORBInitInfoImpl.register_policy_factory
(int type, PolicyFactory policy_factory) Register a PolicyFactory for the given PolicyType.void
PIHandlerImpl.registerPolicyFactory
(int type, PolicyFactory factory) This method registers the Policy Factory in the policyFactoryTable, which is a HashMap.void
PINoOpHandlerImpl.registerPolicyFactory
(int type, PolicyFactory factory) -
Uses of PolicyFactory in com.sun.corba.ee.spi.protocol
Methods in com.sun.corba.ee.spi.protocol with parameters of type PolicyFactoryModifier and TypeMethodDescriptionvoid
PIHandler.registerPolicyFactory
(int type, PolicyFactory factory) -
Uses of PolicyFactory in org.omg.PortableInterceptor
Fields in org.omg.PortableInterceptor declared as PolicyFactoryMethods in org.omg.PortableInterceptor that return PolicyFactoryModifier and TypeMethodDescriptionstatic PolicyFactory
static PolicyFactory
static PolicyFactory
PolicyFactoryHelper.read
(InputStream istream) static PolicyFactory
PolicyFactoryHelper.unchecked_narrow
(Object obj) Methods in org.omg.PortableInterceptor with parameters of type PolicyFactoryModifier and TypeMethodDescriptionstatic void
PolicyFactoryHelper.insert
(Any a, PolicyFactory that) void
ORBInitInfoOperations.register_policy_factory
(int type, PolicyFactory policy_factory) Registers aPolicyFactory
for the givenPolicyType
.static void
PolicyFactoryHelper.write
(OutputStream ostream, PolicyFactory value) Constructors in org.omg.PortableInterceptor with parameters of type PolicyFactory