|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.objectweb.cjdbc.console.text.module.AbstractConsoleModule
org.objectweb.cjdbc.console.text.module.MonitorConsole
Monitoring console to retrieve information from the controller.
| Field Summary | |
private java.lang.String |
currentTarget
|
| Fields inherited from class org.objectweb.cjdbc.console.text.module.AbstractConsoleModule |
commands, console, history, quit |
| Constructor Summary | |
MonitorConsole(Console console)
Creates a new VirtualDatabaseAdmin instance. |
|
| Method Summary | |
java.lang.String |
getCurrentTarget()
Returns the currentTarget value. |
java.lang.String |
getDescriptionString()
Text description of this module |
java.lang.String |
getPromptString()
Get the prompt string for this module |
protected void |
loadCommands()
Loads the commands for this module |
void |
login(java.lang.String[] params)
Handles login in this module |
void |
setCurrentTarget(java.lang.String currentTarget)
Sets the currentTarget value. |
| Methods inherited from class org.objectweb.cjdbc.console.text.module.AbstractConsoleModule |
getCommands, getConsole, getHashCommands, getHistory, handleCommandLine, handlePrompt, help, loadCompletor, manageHistory, quit |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private java.lang.String currentTarget
| Constructor Detail |
public MonitorConsole(Console console)
VirtualDatabaseAdmin instance.
console - console console| Method Detail |
public java.lang.String getCurrentTarget()
public void setCurrentTarget(java.lang.String currentTarget)
currentTarget - The currentTarget to set.public java.lang.String getDescriptionString()
AbstractConsoleModule
getDescriptionString in class AbstractConsoleModuleString description to displayAbstractConsoleModule.getDescriptionString()public java.lang.String getPromptString()
AbstractConsoleModule
getPromptString in class AbstractConsoleModuleString to place before promptAbstractConsoleModule.getPromptString()protected void loadCommands()
AbstractConsoleModule
loadCommands in class AbstractConsoleModuleAbstractConsoleModule.loadCommands()public void login(java.lang.String[] params)
AbstractConsoleModule
login in class AbstractConsoleModuleparams - parameters to use to login in this moduleAbstractConsoleModule.login(java.lang.String[])
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||