KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.jboss.invocation.iiop.IIOPInvoker
    IIOP invoker that routs IIOP requests to CORBA servants. It implements the interface <code>ServantRegistries</code>, which gives access to four <code>ServantRegistry</code> instances: <ul> <li>a <code>ServantRegistry</code> with a single transient PO ...
  • 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.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.orb.ServantDelegate
    JacORB-specific implementation of PortableServer.Servant $Id: ServantDelegate.java,v 1.25 2005/06/01 11:26:00 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.jacorb.orb.ORB
    @author Gerald Brose, FU Berlin @version $Id: ORB.java,v 1.124 2005/06/01 19:55:19 brose Exp $
  • org.objectweb.openccm.ir3.IFR
    This IFR class implements some common features for IFR objects: global object storing and error managements. @author <a HREF="mailto:Philippe.Merle@lifl.fr">Philippe Merle</a> <a HREF="mailto:Mathieu.Vadet@lifl.fr">Mathieu Vadet</a> @version 0.4
  • org.jacorb.poa.EventMulticaster
    This class will manage an structure of a chain of poa event listeners and will dispatch events to those listeners. @version 1.01, 06/20/99, RT
  • 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.notification.servant.AbstractProxy
    @author Alphonse Bendt @version $Id: AbstractProxy.java,v 1.19 2005/05/01 21:00:58 alphonse.bendt Exp $
  • org.jacorb.notification.servant.TypedConsumerAdminImpl
    @author Alphonse Bendt @version $Id: TypedConsumerAdminImpl.java,v 1.5 2005/04/10 14:32:57 alphonse.bendt Exp $
  • org.enhydra.shark.corba.poa.Collective
    Collective @author V.Puskas @version 0.1
Popular Tags