KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > PortableServer > ServantManager > 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 $
  • org.jacorb.poa.RequestController
    This class manages all request processing affairs. The main thread takes the requests out from the queue and will see that the necessary steps are taken. @author Reimo Tiedemann, FU Berlin @version $Id: RequestController.java,v 1.32 2004/10/18 11:07:31 simon.mcqueen 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 $
Popular Tags