|
Class Summary |
| JournalConsumer |
The JournalWorker class to use in recovery mode or in* following mode. |
| JournalConsumerThread |
Process the journal entries as a separate Thread, while the JournalConsumer
is blocking all calls from outside. |
| JournalCreator |
This is the worker class to use in Journaling mode (normal mode). |
| Journaler |
A Management module that decorates a ManagementDelegate module with code that
either creates a Journal or consumes a Journal, depending on the startup
parameters. |
| JournalReader |
The abstract base for all JournalReader classes. |
| JournalWriter |
The abstract base for all JournalWriter classes. |
| ServerWrapper |
Wrap a Server in an object that implements an interface, so it can be passed
to the JournalWorker classes and their dependents. |