|
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 manages a queue of ServerRequest objects. |
| RPPoolManager |
This class provides and manages a pool of ready started threads for
request processing. |
| RPPoolManagerFactory |
factory class to create instances of RPPoolManager
depending on the configuration of the ORB this
factory will return a new instance for every call
or return a shared instance. |