| Interface | Description |
|---|---|
| JournalConstants |
A collection of String constants and QName constants used by the Journaler
and its associated classes.
|
| JournalWorker |
A common interface for the
JournalConsumer and
JournalCreator classes. |
| ServerInterface |
Pass this to the constructors of the JournalWorker classes and their
dependents instead of passing a Server.
|
| Class | Description |
|---|---|
| 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.
|
| Enum | Description |
|---|---|
| JournalOperatingMode |
Title: JournalOperatingMode.java
|
| Exception | Description |
|---|---|
| JournalException |
An Exception type for use by the Journaler and its associated classes.
|
Copyright © 2013 DuraSpace. All Rights Reserved.