Topic
|
Description
|
Status
|
Javadocs
|
Usage Docs
|
Testcases
|
Connection
|
The ConnectionManager service provides a facility to listen
for incoming socket connections.
The DefaultConnectionManager compoent gives a thread pooled
implementation of this service. If there are multiple server
components depending on this component, they would all share
the same thread pool.
|
FINAL
|
[1]
|
No
|
No
|
Datasource
|
The DataSourceSelector service provides a way to select
DataSourceComponent.
The DefaultDataSourceSelector component provides a set of
ready to use DataSourceComponents.
|
FINAL
|
[1]
|
No
|
No
|
Scheduler
|
The TimeScheduler service provides a services supporting the
scheduling of activities to occur an certain intervals.
The DefaultTimeScheduler block implements the service. When
used in conjunction with the service is it a TimeTrigger.
There are two such tiggers provided within the implementation
CronTimeTrigger and PeriodicTimeTigger.
|
FINAL
|
[1]
|
No
|
No
|
Sockets
|
The SocketManager service provides a way to lookup a factory
for server of client sockets. This service is provided by the
DefaultSocketManager component.
|
FINAL
|
[1]
|
No
|
No
|
Store
|
The Store service provides a way to store named Objects or
Streams without knowing how they are stored.
The RepositoryManager block implements this service and
provides (in invocation of select(..) ) an appropriate
Respository. The two configurable implementations use the
local file system for storage.
|
FINAL
|
[1]
|
No
|
No
|
Threads
|
The ThreadManager service provides a way get default or named
Thread Pool.
The DefaultThreadManager block implements this service based on
the Excalibur implementations of ThreadPool.
|
FINAL
|
[1]
|
No
|
No
|