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. policyFactoryTable
Methods in com.sun.corba.ee.impl.interceptors with parameters of type PolicyFactory Modifier and Type Method Description void
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 PolicyFactory Modifier and Type Method Description void
PIHandler. 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 PolicyFactory
PolicyFactoryHolder. value
Methods in org.omg.PortableInterceptor that return PolicyFactory Modifier and Type Method Description static PolicyFactory
PolicyFactoryHelper. extract(Any a)
static PolicyFactory
PolicyFactoryHelper. narrow(Object obj)
static PolicyFactory
PolicyFactoryHelper. read(InputStream istream)
static PolicyFactory
PolicyFactoryHelper. unchecked_narrow(Object obj)
Methods in org.omg.PortableInterceptor with parameters of type PolicyFactory Modifier and Type Method Description static 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 Constructor Description PolicyFactoryHolder(PolicyFactory initialValue)
-