Uses of Interface
org.omg.PortableServer.ServantManagerOperations

Packages that use ServantManagerOperations
org.omg.PortableServer   
 

Uses of ServantManagerOperations in org.omg.PortableServer
 

Subinterfaces of ServantManagerOperations in org.omg.PortableServer
 interface ServantActivator
          Generated from IDL interface "ServantActivator"
 interface ServantActivatorOperations
          Generated from IDL interface "ServantActivator"
 interface ServantLocator
           
 interface ServantLocatorOperations
           
 interface ServantManager
          Generated from IDL interface "ServantManager"
 

Classes in org.omg.PortableServer that implement ServantManagerOperations
 class _ServantActivatorLocalBase
          Abstract base class for implementations of local interface ServantActivator
 class _ServantLocatorLocalBase
          Abstract base class for implenentations of local interface ServantLocator
 class _ServantManagerLocalBase
          Abstract base class for implementations of local interface ServantManager
 class ServantActivatorLocalTie
          Generated from IDL interface "ServantActivator"
 class ServantManagerLocalTie
          Generated from IDL interface "ServantManager"
 

Methods in org.omg.PortableServer that return ServantManagerOperations
 ServantManagerOperations ServantManagerLocalTie._delegate()
           
 

Methods in org.omg.PortableServer with parameters of type ServantManagerOperations
 void ServantManagerLocalTie._delegate(ServantManagerOperations delegate)
           
 

Constructors in org.omg.PortableServer with parameters of type ServantManagerOperations
ServantManagerLocalTie(ServantManagerOperations delegate)