|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.oddjob.monitor.model.ExplorerModelImpl
public class ExplorerModelImpl
Data model for an explorer session.
| Constructor Summary | |
|---|---|
ExplorerModelImpl(ArooaSession session)
Constructor. |
|
| Method Summary | |
|---|---|
void |
destroy()
Destroy this model. |
ConsoleArchiver |
getConsoleArchiver()
Get the console archiver. |
ContextInitialiser[] |
getContextInitialisers()
|
ExplorerAction[] |
getExplorerActions()
|
LogArchiver |
getLogArchiver()
Get the log archiver. |
String |
getLogFormat()
Getter for log format. |
Oddjob |
getOddjob()
Get the root node for this model. |
ThreadManager |
getThreadManager()
Get an available ThreadManager. |
void |
setLogFormat(String logFormat)
The log format. |
void |
setOddjob(Oddjob rootNode)
Set the model root node. |
void |
setThreadManager(ThreadManager threadManager)
Set the ThreadManager child actions should use. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExplorerModelImpl(ArooaSession session)
session - The session used to load the actions.| Method Detail |
|---|
public void setOddjob(Oddjob rootNode)
rootNode - The root node.public Oddjob getOddjob()
getOddjob in interface ExplorerModelpublic void setThreadManager(ThreadManager threadManager)
threadManager - The ThreadManager.public ThreadManager getThreadManager()
getThreadManager in interface ExplorerModelpublic void destroy()
destroy in interface ExplorerModelpublic String getLogFormat()
getLogFormat in interface ExplorerModelpublic void setLogFormat(String logFormat)
logFormat - The log format.public LogArchiver getLogArchiver()
For the archiver for a particular node use the ExplorerContext
archiver.
getLogArchiver in interface ExplorerModelpublic ConsoleArchiver getConsoleArchiver()
For the archiver for a particular node use the ExplorerContext
archiver.
getConsoleArchiver in interface ExplorerModelpublic ContextInitialiser[] getContextInitialisers()
getContextInitialisers in interface ExplorerModelpublic ExplorerAction[] getExplorerActions()
getExplorerActions in interface ExplorerModel
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||