Uses of Interface
org.omg.PortableServer.POAOperations

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

Uses of POAOperations in org.jacorb.poa
 

Classes in org.jacorb.poa that implement POAOperations
 class POA
          The main POA class, an implementation of org.omg.PortableServer.POA
 

Uses of POAOperations in org.omg.PortableServer
 

Subinterfaces of POAOperations in org.omg.PortableServer
 interface POA
          Generated from IDL interface "POA"
 

Classes in org.omg.PortableServer that implement POAOperations
 class _POALocalBase
          Abstract base class for implementations of local interface POA
 class POALocalTie
          Generated from IDL interface "POA"
 

Methods in org.omg.PortableServer that return POAOperations
 POAOperations POALocalTie._delegate()
           
 

Methods in org.omg.PortableServer with parameters of type POAOperations
 void POALocalTie._delegate(POAOperations delegate)
           
 

Constructors in org.omg.PortableServer with parameters of type POAOperations
POALocalTie(POAOperations delegate)