Uses of Interface
org.omg.PortableServer.POAManagerOperations

Packages that use POAManagerOperations
org.jacorb.poa   
org.omg.PortableServer   
 

Uses of POAManagerOperations in org.jacorb.poa
 

Classes in org.jacorb.poa that implement POAManagerOperations
 class POAManager
          The poa manager class, an implementation of org.omg.PortableServer.POAManager
 

Uses of POAManagerOperations in org.omg.PortableServer
 

Subinterfaces of POAManagerOperations in org.omg.PortableServer
 interface POAManager
          Generated from IDL interface "POAManager"
 

Classes in org.omg.PortableServer that implement POAManagerOperations
 class _POAManagerLocalBase
          Abstract base class for implementations of local interface POAManager
 class POAManagerLocalTie
          Generated from IDL interface "POAManager"
 

Methods in org.omg.PortableServer that return POAManagerOperations
 POAManagerOperations POAManagerLocalTie._delegate()
           
 

Methods in org.omg.PortableServer with parameters of type POAManagerOperations
 void POAManagerLocalTie._delegate(POAManagerOperations delegate)
           
 

Constructors in org.omg.PortableServer with parameters of type POAManagerOperations
POAManagerLocalTie(POAManagerOperations delegate)