Uses of Interface
org.omg.PortableServer.AdapterActivatorOperations

Packages that use AdapterActivatorOperations
org.omg.PortableServer   
 

Uses of AdapterActivatorOperations in org.omg.PortableServer
 

Subinterfaces of AdapterActivatorOperations in org.omg.PortableServer
 interface AdapterActivator
          Generated from IDL interface "AdapterActivator"
 

Classes in org.omg.PortableServer that implement AdapterActivatorOperations
 class _AdapterActivatorLocalBase
          Abstract base class for implementations of local interface AdapterActivator
 class AdapterActivatorLocalTie
          Generated from IDL interface "AdapterActivator"
 

Methods in org.omg.PortableServer that return AdapterActivatorOperations
 AdapterActivatorOperations AdapterActivatorLocalTie._delegate()
           
 

Methods in org.omg.PortableServer with parameters of type AdapterActivatorOperations
 void AdapterActivatorLocalTie._delegate(AdapterActivatorOperations delegate)
           
 

Constructors in org.omg.PortableServer with parameters of type AdapterActivatorOperations
AdapterActivatorLocalTie(AdapterActivatorOperations delegate)