|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConsoleHelperInterface | |
org.objectweb.cjdbc.controller.console | C-JDBC text and graphical console. |
Uses of ConsoleHelperInterface in org.objectweb.cjdbc.controller.console |
Classes in org.objectweb.cjdbc.controller.console that implement ConsoleHelperInterface | |
class |
CommandLineConsoleHelper
Command line console helper. |
class |
GUIConsoleHelper
Graphical C-JDBC console that allows remote administration and monitoring of any C-JDBC controller. |
Fields in org.objectweb.cjdbc.controller.console declared as ConsoleHelperInterface | |
private ConsoleHelperInterface |
VirtualDatabaseConsole.helper
Interface to the console helper. |
private ConsoleHelperInterface |
VirtualDatabaseAdmin.helper
Interface to the console helper. |
private ConsoleHelperInterface |
Console.helper
Interface to the console helper. |
Constructors in org.objectweb.cjdbc.controller.console with parameters of type ConsoleHelperInterface | |
VirtualDatabaseConsole(ConsoleHelperInterface helper)
Creates a new VirtualDatabaseAdmin instance. |
|
VirtualDatabaseAdmin(ConsoleHelperInterface helper)
Creates a new VirtualDatabaseAdmin instance. |
|
Console(ConsoleHelperInterface helper)
Creates a new Console instance. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |