Uses of Interface
org.omg.PortableInterceptor.PolicyFactory
-
Packages that use PolicyFactory Package Description com.sun.corba.ee.impl.interceptors com.sun.corba.ee.spi.protocol org.omg.PortableInterceptor -
-
Uses of PolicyFactory in com.sun.corba.ee.impl.interceptors
Fields in com.sun.corba.ee.impl.interceptors with type parameters of type PolicyFactory Modifier and Type Field Description private java.util.Map<java.lang.Integer,PolicyFactory>PIHandlerImpl. policyFactoryTableMethods in com.sun.corba.ee.impl.interceptors with parameters of type PolicyFactory Modifier and Type Method Description voidORBInitInfoImpl. 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 PolicyFactory Modifier and Type Method Description voidPIHandler. registerPolicyFactory(int type, PolicyFactory factory) -
Uses of PolicyFactory in org.omg.PortableInterceptor
Fields in org.omg.PortableInterceptor declared as PolicyFactory Modifier and Type Field Description PolicyFactoryPolicyFactoryHolder. valueMethods in org.omg.PortableInterceptor that return PolicyFactory Modifier and Type Method Description static PolicyFactoryPolicyFactoryHelper. extract(Any a)static PolicyFactoryPolicyFactoryHelper. narrow(Object obj)static PolicyFactoryPolicyFactoryHelper. read(InputStream istream)static PolicyFactoryPolicyFactoryHelper. unchecked_narrow(Object obj)Methods in org.omg.PortableInterceptor with parameters of type PolicyFactory Modifier and Type Method Description static 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 Constructor Description PolicyFactoryHolder(PolicyFactory initialValue)
-