KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > PortableServer > POAManagerPackage > State > Top Examples

  • org.jacorb.poa.util.POAUtil
    This class collects some useful routines for the POA. @author Reimo Tiedemann, FU Berlin @version $Id: POAUtil.java,v 1.19 2005/05/12 19:21:38 andre.spiegel Exp $
  • org.jacorb.poa.POAManager
    The poa manager class, an implementation of org.omg.PortableServer.POAManager @author Reimo Tiedemann, FU Berlin @version $Id: POAManager.java,v 1.15 2004/10/29 07:43:00 simon.mcqueen 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.poa.POAMonitorImpl
    This class extends the POA with a monitoring gui. It implements all poa related listener interfaces and will set up and update the gui. @author Reimo Tiedemann, FU Berlin @version 1.06, 12/08/99, RT
Popular Tags