|
Class Summary |
| Lock |
This class is a simple semaphore initialized to 1 to behave as a mutual
exclusion lock. |
| LockManager |
Manages a set of locks. |
| Semaphore |
This class implements a simple semaphore for thread synchronization. |
| ServiceContainer |
Http Server that can be used in embedded or standalone mode to host
Axis services. |
| ServiceContainerCollection |
|
| ServiceDispatcher |
Dispatcher reading requests off the socket and putting them into a
request queue. |
| ServiceHost |
Host lookup used to support multi-homed host configurations |
| ServiceRequest |
Requests constructed by dispatcher and put on queue to be read by
worker threads. |
| ServiceRequestQueue |
queue managing multithreaded request enqueuing and dequeueing |
| ServiceThread |
This class is responsible for reading the request from the request queue,
format it, and pass it through the Axis engine. |
| ServiceThreadPool |
This class is responsible for managing a set of threads. |