Uses of Interface
org.omg.PortableServer.ServantActivator

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

Uses of ServantActivator in org.jacorb.poa
 

Methods in org.jacorb.poa with parameters of type ServantActivator
 Servant POA._incarnateServant(byte[] oid, ServantActivator sa)
          Called from Delegate.
protected  Servant AOM.incarnate(byte[] oid, ServantActivator servant_activator, POA poa)
           
protected  void AOM.remove(byte[] oid, RequestController requestController, ServantActivator servantActivator, POA poa, boolean cleanupInProgress)
           
protected  void AOM.removeAll(ServantActivator servant_activator, POA poa, boolean cleanup_in_progress)
           
 

Uses of ServantActivator in org.omg.PortableServer
 

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

Fields in org.omg.PortableServer declared as ServantActivator
 ServantActivator ServantActivatorHolder.value
           
 

Methods in org.omg.PortableServer that return ServantActivator
static ServantActivator ServantActivatorHelper.extract(Any any)
           
static ServantActivator ServantActivatorHelper.read(InputStream in)
           
static ServantActivator ServantActivatorHelper.narrow(java.lang.Object obj)
           
static ServantActivator ServantActivatorHelper.narrow(Object obj)
           
static ServantActivator ServantActivatorHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.PortableServer with parameters of type ServantActivator
static void ServantActivatorHelper.insert(Any any, ServantActivator s)
           
static void ServantActivatorHelper.write(OutputStream _out, ServantActivator s)
           
 

Constructors in org.omg.PortableServer with parameters of type ServantActivator
ServantActivatorHolder(ServantActivator initial)