Package org.jacorb.poa

Interface Summary
AOMListener A poa event listener interface for receiving aom events.
EventListener A tagging interface that all poa event listener interfaces extends
InvocationContext A interface for obtaining access to a invocation context.
POAListener A poa event listener interface for receiving request queue events.
POAManagerMonitor The POAManager monitor interface, known to the POAManager
POAMonitor The POA monitor interface, known to the POA.
RequestQueueListener A poa event listener interface for receiving request queue events.
RPPoolManagerListener A poa event listener interface for receiving request processor pool manager events.
 

Class Summary
AOM This class maps object id's to servants and vice versa.
Current This class provides access to the identity of the object on which a method was invoked and the responsible POA for this object.
EventMulticaster This class will manage an structure of a chain of poa event listeners and will dispatch events to those listeners.
LocalInvocationContext Stores the context informations for local object calls
POA The main POA class, an implementation of org.omg.PortableServer.POA
POAAdapter The adapter which can receives poa events.
POAConstants This class collects all POA related constants.
POAManager The poa manager class, an implementation of org.omg.PortableServer.POAManager
POAManagerMonitorImpl This class extends the POAManager with a monitoring gui for interacting with the POAManager and start and stop poa monitoring.
POAManagerMonitorLightImpl A lightweight implementation of a POAManager monitor
POAMonitorImpl This class extends the POA with a monitoring gui.
POAMonitorLightImpl A lightweight implementation of a POA monitor
RequestController This class manages all request processing affairs.
RequestProcessor This thread performs the request processing, the actual method invocation and it returns the ServerRequest object to the ORB.
RequestQueue This class will manage a queue of ServerRequest objects.
RPPoolManager This class provides and manages a pool of ready started threads for request processing.