public interface ExplorerModel
| Modifier and Type | Method and Description | 
|---|---|
void | 
destroy()
Destroy this model. 
 | 
ConsoleArchiver | 
getConsoleArchiver()
Get the console archiver. 
 | 
ContextInitialiser[] | 
getContextInitialisers()  | 
ExplorerAction[] | 
getExplorerActions()  | 
LogArchiver | 
getLogArchiver()
Get the log archiver. 
 | 
java.lang.String | 
getLogFormat()
Getter for log format. 
 | 
Oddjob | 
getOddjob()
Get the root node for this model. 
 | 
ThreadManager | 
getThreadManager()
Get an available ThreadManager. 
 | 
Oddjob getOddjob()
ThreadManager getThreadManager()
java.lang.String getLogFormat()
LogArchiver getLogArchiver()
 For the archiver for a particular node use the ExplorerContext
 archiver.
ConsoleArchiver getConsoleArchiver()
 For the archiver for a particular node use the ExplorerContext
 archiver.
ContextInitialiser[] getContextInitialisers()
ExplorerAction[] getExplorerActions()
void destroy()