KickJava   Java API By Example, From Geeks To Geeks.

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

  • 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 $
  • ve.luz.ica.jackass.daemon.proxy.ProxyServantLocator
    ServantLocator to be used with the static proxy invocation mechanism. It holds a reference to the {@link ComponentInfoManager}, so when a request arrives to this object, it retrives, from the component manager, a remote reference {@link org.omg.CORBA.Object} to the real object and the correspondin ...
  • 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 $
Popular Tags