Uses of Interface
org.omg.CORBA.PolicyCurrentOperations

Packages that use PolicyCurrentOperations
org.omg.CORBA   
 

Uses of PolicyCurrentOperations in org.omg.CORBA
 

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

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

Methods in org.omg.CORBA that return PolicyCurrentOperations
 PolicyCurrentOperations PolicyCurrentLocalTie._delegate()
           
 

Methods in org.omg.CORBA with parameters of type PolicyCurrentOperations
 void PolicyCurrentLocalTie._delegate(PolicyCurrentOperations delegate)
           
 

Constructors in org.omg.CORBA with parameters of type PolicyCurrentOperations
PolicyCurrentLocalTie(PolicyCurrentOperations delegate)