KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > PortableServer > ServantActivator > Top Examples

  • org.jacorb.poa.AOM
    This class maps object id's to servants and vice versa. A oid/servant pair can be added/removed using add(),remove(). The data can be retrieved using getServant() or getObjectId(). @author Reimo Tiedemann, FU Berlin @version $Id: AOM.java,v 1.29 2004/05/06 12:40:00 nicolas Exp $
  • org.jacorb.poa.POA
    The main POA class, an implementation of <code>org.omg.PortableServer.POA</code> @author Reimo Tiedemann, FU Berlin @version $Id: POA.java,v 1.50 2004/10/21 14:48:59 francisco Exp $
  • org.jacorb.poa.RequestProcessor
    This thread performs the request processing, the actual method invocation and it returns the ServerRequest object to the ORB. @author Reimo Tiedemann, FU Berlin @version $Id: RequestProcessor.java,v 1.31 2004/12/11 22:31:34 andre.spiegel Exp $
  • org.jacorb.orb.Delegate
    JacORB implementation of CORBA object reference @author Gerald Brose @version $Id: Delegate.java,v 1.111 2005/04/22 13:19:48 andre.spiegel Exp $
  • org.objectweb.ccm.runtime.ComponentServantActivatorImpl
    <p>Default implementation of the <tt>PortableServer::ServantActivator</tt> OMG IDL interface.</p> @see org.objectweb.ccm.runtime.ComponentPOAServiceImpl ComponentPOAServiceImpl (home object id, home exe) (object id, null) (object id, passivate component) (object id, acti ...
Popular Tags