Uses of Interface
org.omg.PortableInterceptor.PolicyFactory

Packages that use PolicyFactory
org.apache.yoko.orb.CORBA   
org.apache.yoko.orb.OB   
org.apache.yoko.orb.OBPortableInterceptor   
org.apache.yoko.orb.PortableInterceptor   
org.omg.PortableInterceptor   
 

Uses of PolicyFactory in org.apache.yoko.orb.CORBA
 

Classes in org.apache.yoko.orb.CORBA that implement PolicyFactory
 class ORBPolicyFactory_impl
           
 

Uses of PolicyFactory in org.apache.yoko.orb.OB
 

Methods in org.apache.yoko.orb.OB with parameters of type PolicyFactory
 void PIManager.registerPolicyFactory(int type, PolicyFactory factory)
           
 void PolicyFactoryManager.registerPolicyFactory(int type, PolicyFactory factory, boolean internal)
           
 

Uses of PolicyFactory in org.apache.yoko.orb.OBPortableInterceptor
 

Methods in org.apache.yoko.orb.OBPortableInterceptor with parameters of type PolicyFactory
 void ORBInitInfo_impl.register_policy_factory(int type, PolicyFactory factory)
           
 

Uses of PolicyFactory in org.apache.yoko.orb.PortableInterceptor
 

Classes in org.apache.yoko.orb.PortableInterceptor that implement PolicyFactory
 class POAPolicyFactory_impl
           
 

Uses of PolicyFactory in org.omg.PortableInterceptor
 

Fields in org.omg.PortableInterceptor declared as PolicyFactory
 PolicyFactory PolicyFactoryHolder.value
           
 

Methods in org.omg.PortableInterceptor that return PolicyFactory
static PolicyFactory PolicyFactoryHelper.extract(Any any)
           
static PolicyFactory PolicyFactoryHelper.narrow(Object val)
           
static PolicyFactory PolicyFactoryHelper.read(InputStream in)
           
 

Methods in org.omg.PortableInterceptor with parameters of type PolicyFactory
static void PolicyFactoryHelper.insert(Any any, PolicyFactory val)
           
 void ORBInitInfoOperations.register_policy_factory(int type, PolicyFactory policy_factory)
           
static void PolicyFactoryHelper.write(OutputStream out, PolicyFactory val)
           
 

Constructors in org.omg.PortableInterceptor with parameters of type PolicyFactory
PolicyFactoryHolder(PolicyFactory initial)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.