Uses of Interface
org.omg.PortableServer.ServantActivatorOperations

Packages that use ServantActivatorOperations
org.omg.PortableServer   
 

Uses of ServantActivatorOperations in org.omg.PortableServer
 

Subinterfaces of ServantActivatorOperations in org.omg.PortableServer
 interface ServantActivator
          Generated from IDL interface "ServantActivator"
 

Classes in org.omg.PortableServer that implement ServantActivatorOperations
 class _ServantActivatorLocalBase
          Abstract base class for implementations of local interface ServantActivator
 class ServantActivatorLocalTie
          Generated from IDL interface "ServantActivator"
 

Methods in org.omg.PortableServer that return ServantActivatorOperations
 ServantActivatorOperations ServantActivatorLocalTie._delegate()
           
 

Methods in org.omg.PortableServer with parameters of type ServantActivatorOperations
 void ServantActivatorLocalTie._delegate(ServantActivatorOperations delegate)
           
 

Constructors in org.omg.PortableServer with parameters of type ServantActivatorOperations
ServantActivatorLocalTie(ServantActivatorOperations delegate)