FileDocCategorySizeDatePackage
ServantActivatorPOA.javaAPI DocJava SE 5 API1736Fri Aug 26 17:25:04 BST 2005org.omg.PortableServer

ServantActivatorPOA

public abstract class ServantActivatorPOA extends org.omg.PortableServer.Servant implements org.omg.CORBA.portable.InvokeHandler, org.omg.PortableServer.ServantActivatorOperations
When the POA has the RETAIN policy it uses servant managers that are ServantActivators.

Fields Summary
private static Hashtable
_methods
private static String[]
__ids
Constructors Summary
Methods Summary
public java.lang.String[]_all_interfaces(org.omg.PortableServer.POA poa, byte[] objectId)


        
  
    return (String[])__ids.clone ();
  
public org.omg.CORBA.portable.OutputStream_invoke(java.lang.String $method, org.omg.CORBA.portable.InputStream in, org.omg.CORBA.portable.ResponseHandler $rh)

  
  
    _methods.put ("incarnate", new java.lang.Integer (0));
    _methods.put ("etherealize", new java.lang.Integer (1));
  
    throw new org.omg.CORBA.BAD_OPERATION();
  
public ServantActivator_this()

    return ServantActivatorHelper.narrow(
    super._this_object());
  
public ServantActivator_this(org.omg.CORBA.ORB orb)

    return ServantActivatorHelper.narrow(
    super._this_object(orb));