Uses of Interface
org.omg.CORBA.PolicyManagerOperations

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

Uses of PolicyManagerOperations in org.jacorb.orb.policies
 

Classes in org.jacorb.orb.policies that implement PolicyManagerOperations
 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 PolicyManagerOperations in org.omg.CORBA
 

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

Classes in org.omg.CORBA that implement PolicyManagerOperations
 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"
 

Methods in org.omg.CORBA that return PolicyManagerOperations
 PolicyManagerOperations PolicyManagerLocalTie._delegate()
           
 

Methods in org.omg.CORBA with parameters of type PolicyManagerOperations
 void PolicyManagerLocalTie._delegate(PolicyManagerOperations delegate)
           
 

Constructors in org.omg.CORBA with parameters of type PolicyManagerOperations
PolicyManagerLocalTie(PolicyManagerOperations delegate)