Uses of Interface
org.omg.CORBA.PolicyManager

Packages that use PolicyManager
org.jacorb.orb.policies   
org.omg.CORBA   
 

Uses of PolicyManager in org.jacorb.orb.policies
 

Classes in org.jacorb.orb.policies that implement PolicyManager
 class PolicyManager
          Implementation of the ORB-level policy management interface as per CORBA 2.6, p. 4-43 to 4-45: This PolicyManager has operations through which a set of Policies can be applied and the current overriding Policy settings can be obtained.
 

Uses of PolicyManager in org.omg.CORBA
 

Subinterfaces of PolicyManager in org.omg.CORBA
 interface PolicyCurrent
          Generated from IDL interface "PolicyCurrent"
 

Classes in org.omg.CORBA that implement PolicyManager
 class _PolicyCurrentLocalBase
          Abstract base class for implementations of local interface PolicyCurrent
 class _PolicyManagerLocalBase
          Abstract base class for implementations of local interface PolicyManager
 class PolicyCurrentLocalTie
          Generated from IDL interface "PolicyCurrent"
 class PolicyManagerLocalTie
          Generated from IDL interface "PolicyManager"
 

Fields in org.omg.CORBA declared as PolicyManager
 PolicyManager PolicyManagerHolder.value
           
 

Methods in org.omg.CORBA that return PolicyManager
static PolicyManager PolicyManagerHelper.extract(Any any)
           
static PolicyManager PolicyManagerHelper.read(InputStream in)
           
static PolicyManager PolicyManagerHelper.narrow(java.lang.Object obj)
           
static PolicyManager PolicyManagerHelper.narrow(Object obj)
           
static PolicyManager PolicyManagerHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.CORBA with parameters of type PolicyManager
static void PolicyManagerHelper.insert(Any any, PolicyManager s)
           
static void PolicyManagerHelper.write(OutputStream _out, PolicyManager s)
           
 

Constructors in org.omg.CORBA with parameters of type PolicyManager
PolicyManagerHolder(PolicyManager initial)