|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oddjob.monitor.model.LogContextInialiser
public class LogContextInialiser
A ContextInitialiser
that adds logging information
to the context.
Field Summary | |
---|---|
static String |
CONSOLE_ARCHIVER
The key for the console archiver. |
static String |
LOG_ARCHIVER
The key for the log archiver. |
Constructor Summary | |
---|---|
LogContextInialiser(ExplorerModel explorerModel)
Constructor. |
Method Summary | |
---|---|
void |
initialise(ExplorerContext context)
Initialise the ExplorerContext . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static String LOG_ARCHIVER
public static String CONSOLE_ARCHIVER
Constructor Detail |
---|
public LogContextInialiser(ExplorerModel explorerModel)
explorerModel
- The model. Must not be null.Method Detail |
---|
public void initialise(ExplorerContext context)
ContextInitialiser
ExplorerContext
.
initialise
in interface ContextInitialiser
context
- The context. It will contain the
component it is the context for.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |