|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JournalWorker
Title: JournalWorker.java
Description: A common interface for the JournalConsumer
and JournalCreator classes. These classes form the
implementation layer between the Journaller and the
ManagementDelegate.
| Method Summary | |
|---|---|
void |
setManagementDelegate(ManagementDelegate delegate)
Called by the Journaller during post-initialization, with a reference to the ManagementDelegate module. |
void |
shutdown()
Called when the Journaller module receives a shutdown() from the server. |
| Method Detail |
|---|
void setManagementDelegate(ManagementDelegate delegate)
throws ModuleInitializationException
ModuleInitializationException
void shutdown()
throws ModuleShutdownException
ModuleShutdownException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||