Uses of Class
org.objectweb.cjdbc.console.text.ConsoleException

Packages that use ConsoleException
org.objectweb.cjdbc.console.text C-JDBC text console. 
org.objectweb.cjdbc.console.text.commands Commands for the C-JDBC text console. 
org.objectweb.cjdbc.console.text.commands.controller Commands for the admin console 
org.objectweb.cjdbc.console.text.module Modules for the C-JDBC text console. 
 

Uses of ConsoleException in org.objectweb.cjdbc.console.text
 

Methods in org.objectweb.cjdbc.console.text that throw ConsoleException
 java.lang.String Console.readLine(java.lang.String prompt)
           
 java.lang.String Console.readPassword(java.lang.String prompt)
           
 

Uses of ConsoleException in org.objectweb.cjdbc.console.text.commands
 

Methods in org.objectweb.cjdbc.console.text.commands that throw ConsoleException
 void Quit.parse(java.lang.String commandText)
           
 void Help.parse(java.lang.String commandText)
           
 

Uses of ConsoleException in org.objectweb.cjdbc.console.text.commands.controller
 

Methods in org.objectweb.cjdbc.console.text.commands.controller that throw ConsoleException
 void Shutdown.parse(java.lang.String commandText)
           
 void RefreshLogs.parse(java.lang.String commandText)
           
 void AddDriver.parse(java.lang.String commandText)
           
 

Uses of ConsoleException in org.objectweb.cjdbc.console.text.module
 

Methods in org.objectweb.cjdbc.console.text.module that throw ConsoleException
 java.sql.Connection VirtualDatabaseConsole.getConnection(java.lang.String url, java.lang.String login, java.lang.String password)
          Gets a new connection from the driver.
 



Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.