Uses of Interface
org.omg.PortableInterceptor.PolicyFactory

Packages that use PolicyFactory
org.jacorb.orb.giop   
org.jacorb.orb.policies   
org.jacorb.orb.portableInterceptor   
org.jacorb.security.sas   
org.omg.PortableInterceptor   
 

Uses of PolicyFactory in org.jacorb.orb.giop
 

Classes in org.jacorb.orb.giop that implement PolicyFactory
 class BiDirPolicyFactory
          BiDirPolicyFactory.java Created: Mon Sep 3 18:32:16 2002
 

Uses of PolicyFactory in org.jacorb.orb.policies
 

Classes in org.jacorb.orb.policies that implement PolicyFactory
 class BiDirPolicyFactoryImpl
           
 

Uses of PolicyFactory in org.jacorb.orb.portableInterceptor
 

Methods in org.jacorb.orb.portableInterceptor with parameters of type PolicyFactory
 void ORBInitInfoImpl.register_policy_factory(int type, PolicyFactory policy_factory)
           
 

Uses of PolicyFactory in org.jacorb.security.sas
 

Classes in org.jacorb.security.sas that implement PolicyFactory
 class ATLASPolicyFactory
           
 class SASPolicyFactory
           
 

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.read(InputStream in)
           
static PolicyFactory PolicyFactoryHelper.narrow(java.lang.Object obj)
           
static PolicyFactory PolicyFactoryHelper.narrow(Object obj)
           
static PolicyFactory PolicyFactoryHelper.unchecked_narrow(Object obj)
           
 

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

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