KickJava   Java API By Example, From Geeks To Geeks.

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

  • 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.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 ...
Popular Tags