|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.radrails.server.core.ServerConsoleManager
Manages the active Server consoles.
Method Summary | |
void |
addConsole(ServerConsole console)
Adds a console to the console manager. |
static ServerConsoleManager |
getInstance()
|
void |
removeTerminatedConsoles()
Removes all terminated server consoles from the ConsolePlugin console manager and from this manager. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static ServerConsoleManager getInstance()
public void addConsole(ServerConsole console)
console
- the console to addpublic void removeTerminatedConsoles()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |