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.policyFactoryTableMethods in com.sun.corba.ee.impl.interceptors with parameters of type PolicyFactoryModifier and TypeMethodDescriptionvoidORBInitInfoImpl.register_policy_factory(int type, PolicyFactory policy_factory) Register a PolicyFactory for the given PolicyType.voidPIHandlerImpl.registerPolicyFactory(int type, PolicyFactory factory) This method registers the Policy Factory in the policyFactoryTable, which is a HashMap.voidPINoOpHandlerImpl.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 TypeMethodDescriptionvoidPIHandler.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 PolicyFactorystatic PolicyFactorystatic PolicyFactoryPolicyFactoryHelper.read(InputStream istream) static PolicyFactoryPolicyFactoryHelper.unchecked_narrow(Object obj) Methods in org.omg.PortableInterceptor with parameters of type PolicyFactoryModifier and TypeMethodDescriptionstatic voidPolicyFactoryHelper.insert(Any a, PolicyFactory that) voidORBInitInfoOperations.register_policy_factory(int type, PolicyFactory policy_factory) Registers aPolicyFactoryfor the givenPolicyType.static voidPolicyFactoryHelper.write(OutputStream ostream, PolicyFactory value) Constructors in org.omg.PortableInterceptor with parameters of type PolicyFactory