Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

org.objectweb.cjdbc.console.gui.constants.GuiCommands Class Reference

List of all members.

Static Public Attributes

final String COMMAND_QUIT
final String COMMAND_ADD_CONFIG_FILE
final String COMMAND_ADD_CONTROLLER
final String COMMAND_BACKEND_SET_CHECKPOINT
final String COMMAND_REMOVE_CONFIGURATION_FILE
final String COMMAND_MONITOR_DATABASE
final String COMMAND_BACKEND_REMOVE
final String COMMAND_VIEW_RECOVERY_LOG
final String COMMAND_BACKEND_TEST_CONNECTION
final String COMMAND_CONTROLLER_LOG_CONFIGURATION_ADD_SERVER
final String COMMAND_CONTROLLER_LOG_CONFIGURATION_REMOVE_SERVER
final String COMMAND_BACKEND_CREATE_NEW
final String COMMAND_GET_CONTROLLER_INFO
final String COMMAND_CONFIRM_ACTION
final String COMMAND_SAVE_CONFIGURATION_FILE
final String COMMAND_CANCEL_ACTION
final String COMMAND_DISPLAY_XML_DATABASE
final String COMMAND_DISPLAY_XML_CONTROLLER
final String COMMAND_VIEW_SQL_STATS
final String COMMAND_VIEW_CACHE_STATS
final String COMMAND_VIEW_CACHE_CONTENT
final String COMMAND_HIDE_CONFIRM_FRAME
final String COMMAND_CONTROLLER_LOG_CONFIGURATION_INFO
final String COMMAND_CONTROLLER_LOG_CONFIGURATION_DEBUG
final String COMMAND_CLEAN_DEBUG_BUFFER
final String COMMAND_CONTROLLER_MONITOR
final String COMMAND_CONTROLLER_REMOVE
final String COMMAND_HIDE_BACKUP_FRAME
final String COMMAND_MONITOR_CURRENT_CONTROLLER
final String COMMAND_REFRESH_LOGS
final String COMMAND_SHUTDOWN_CONTROLLER
final String COMMAND_CONTROLLER_REPORT
final String COMMAND_CONTROLLER_LOG_CONFIGURATION
final String COMMAND_HIDE_SHUTDOWN_FRAME
final String COMMAND_CONTROLLER_UPDATE_LOG_CONFIGURATION
final String COMMAND_CREATE_BACKEND_APPROVE
final String COMMAND_HIDE_CHECKPOINT_FRAME
final String COMMAND_REFRESH_CONTROLLER_LIST
final String COMMAND_CREATE_BACKEND_CANCEL
final String COMMAND_SHOW_ERROR_TRACE
final String COMMAND_CREATE_BACKUP_APPROVE
final String COMMAND_CREATE_BACKUP_CANCEL
final String COMMAND_SELECT_CONTROLLER
final String COMMAND_SHUTDOWN_DATABASE
final String COMMAND_ADD_DRIVER
final String COMMAND_ENABLE_ALL
final String COMMAND_DISABLE_ALL
final String COMMAND_DELETE_DUMP
final String COMMAND_LOAD_ONLINE_HELP
final String COMMAND_SELECT_DATABASE
final String COMMAND_SELECT_XML_FILE
final String COMMAND_DATABASE_AUTHENTICATE
final String COMMAND_ADD_CONTROLLER_APPROVE
final String COMMAND_ADD_CONTROLLER_CANCEL
final String COMMAND_HIDE_ERROR_FRAME
final String COMMAND_CLEAN_LOGGING_PANEL
final String COMMAND_HIDE_ERROR_TRACE
final String COMMAND_SHUTDOWN_SAFE
final String COMMAND_SHUTDOWN_FORCE
final String COMMAND_SHUTDOWN_WAIT
final String COMMAND_BACKEND_UNSET_CHECKPOINT

Detailed Description

This class defines all the Gui action Commands

Author:
Nicolas Modrzyk

Emmanuel Cecchet

Version:
1.0

Definition at line 37 of file GuiCommands.java.


Member Data Documentation

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_ADD_CONFIG_FILE [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.add.config.file")
Command ADD CONFIG FILE

Definition at line 43 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_ADD_CONTROLLER [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.add.controller")
Command ADD CONTROLLER

Definition at line 46 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_ADD_CONTROLLER_APPROVE [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.add.controller.approve")
Command LOAD CONTROLLER

Definition at line 198 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_ADD_CONTROLLER_CANCEL [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.add.controller.cancel")
Command CANCEL CONTROLLER LOAD

Definition at line 201 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_ADD_DRIVER [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.add.driver")
Command add driver

Definition at line 174 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_BACKEND_CREATE_NEW [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.create.backend")
Create new backend command

Definition at line 73 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_BACKEND_REMOVE [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.remove.backend")
Remove backend

Definition at line 58 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_BACKEND_SET_CHECKPOINT [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.set.checkpoint")
Command SET CHECKPOINT

Definition at line 49 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_BACKEND_TEST_CONNECTION [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.backend.test.connection")
Command backend test connection

Definition at line 64 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_BACKEND_UNSET_CHECKPOINT [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.backend.checkpoint.unset")
Backend unset checkpoint

Definition at line 223 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_CANCEL_ACTION [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.cancel.action")
Confirm action Command

Definition at line 85 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_CLEAN_DEBUG_BUFFER [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.clean.debug.buffer")
Command CLEAN DEBUG BUFFER

Definition at line 112 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_CLEAN_LOGGING_PANEL [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.clean.logging.pane")
Command clean logging content

Definition at line 207 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_CONFIRM_ACTION [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.confirm.action")
Confirm action Command

Definition at line 79 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_CONTROLLER_LOG_CONFIGURATION [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.view.controller.log.configuration")
Command view log configuration

Definition at line 138 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_CONTROLLER_LOG_CONFIGURATION_ADD_SERVER [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.set.logger.server.add")
Command add server logging

Definition at line 67 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_CONTROLLER_LOG_CONFIGURATION_DEBUG [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.set.logger.debug")
Command Controller Log Configuration Debug Mode

Definition at line 109 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_CONTROLLER_LOG_CONFIGURATION_INFO [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.set.logger.info")
Command Controller Log Configuration Info Mode

Definition at line 106 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_CONTROLLER_LOG_CONFIGURATION_REMOVE_SERVER [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.set.logger.server.remove")
Command remove server logging

Definition at line 70 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_CONTROLLER_MONITOR [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.monitor.controller")
Monitor Controller

Definition at line 115 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_CONTROLLER_REMOVE [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.remove.controller")
Remove controller

Definition at line 118 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_CONTROLLER_REPORT [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.controller.report")
Command get controller report

Definition at line 135 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_CONTROLLER_UPDATE_LOG_CONFIGURATION [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.update.log.configuration")
Command update log configuration

Definition at line 144 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_CREATE_BACKEND_APPROVE [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.create.backend.approve")
Command Create new Backend approve

Definition at line 147 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_CREATE_BACKEND_CANCEL [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.create.backend.cancel")
Command Create new Backend cancel

Definition at line 156 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_CREATE_BACKUP_APPROVE [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.create.backup.approve")
Approve create backup command

Definition at line 162 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_CREATE_BACKUP_CANCEL [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.create.backup.cancel")
Cancel create backup command

Definition at line 165 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_DATABASE_AUTHENTICATE [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.authenticate")
Authentication command for database

Definition at line 195 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_DELETE_DUMP [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.delete.dump")
Command database disable all

Definition at line 183 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_DISABLE_ALL [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.disable.all")
Command database disable all

Definition at line 180 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_DISPLAY_XML_CONTROLLER [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.display.controller.xml")
Command Load Xml Configuration

Definition at line 91 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_DISPLAY_XML_DATABASE [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.display.database.xml")
Command Load Xml Configuration

Definition at line 88 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_ENABLE_ALL [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.enable.all")
Command database enable all

Definition at line 177 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_GET_CONTROLLER_INFO [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.get.info")
Command GET CONTROLLER INFO

Definition at line 76 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_HIDE_BACKUP_FRAME [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.hide.backup.frame")
Hude backup frame

Definition at line 121 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_HIDE_CHECKPOINT_FRAME [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.hide.checkpoint.frame")
Hide checkpoint frame

Definition at line 150 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_HIDE_CONFIRM_FRAME [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.hide.confirm.frame")
Command hide confirm frame

Definition at line 103 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_HIDE_ERROR_FRAME [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.hide.error.frame")
Command hide error frame

Definition at line 204 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_HIDE_ERROR_TRACE [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.hide.error.trace")
Command hide error trace

Definition at line 210 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_HIDE_SHUTDOWN_FRAME [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.hide.shutdown.frame")
Hide shutdown frame

Definition at line 141 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_LOAD_ONLINE_HELP [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.load.online.help")
Command load online help

Definition at line 186 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_MONITOR_CURRENT_CONTROLLER [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.monitor.window")
Command display monitor window

Definition at line 126 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_MONITOR_DATABASE [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.monitor.database")
Monitor database command

Definition at line 55 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_QUIT [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.quit")
Command QUIT

Definition at line 40 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_REFRESH_CONTROLLER_LIST [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.refresh.controller.list")
Command Refresh Controller List

Definition at line 153 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_REFRESH_LOGS [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.refresh.logs")
Command Refresh Controller Logs

Definition at line 129 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_REMOVE_CONFIGURATION_FILE [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.remove.config.file")
Remove configuration file

Definition at line 52 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_SAVE_CONFIGURATION_FILE [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.save.xml.buffer")
Command SAVE CONFIGURATION FILE

Definition at line 82 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_SELECT_CONTROLLER [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.select.controller")
Command Select Controller

Definition at line 168 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_SELECT_DATABASE [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.select.database")
Command Select Database

Definition at line 189 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_SELECT_XML_FILE [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.select.xml.file")
Command Select xml file

Definition at line 192 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_SHOW_ERROR_TRACE [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.show.error.trace")
Command show error trace

Definition at line 159 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_SHUTDOWN_CONTROLLER [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.shutdown.controller")
Shutdown controller Command

Definition at line 132 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_SHUTDOWN_DATABASE [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.shutdown.database")
Command Shutdown database

Definition at line 171 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_SHUTDOWN_FORCE [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.shutdown.force")
Shutdown level force

Definition at line 216 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_SHUTDOWN_SAFE [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.shutdown.safe")
Shutdown level safe

Definition at line 213 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_SHUTDOWN_WAIT [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.shutdown.wait")
Shutdown level wait

Definition at line 219 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_VIEW_CACHE_CONTENT [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.view.cache.content")
Display cache content

Definition at line 100 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_VIEW_CACHE_STATS [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.view.cache.stats")
Command display cache stats

Definition at line 97 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_VIEW_RECOVERY_LOG [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.view.recoverylog.content")
View recovery log

Definition at line 61 of file GuiCommands.java.

final String org.objectweb.cjdbc.console.gui.constants.GuiCommands.COMMAND_VIEW_SQL_STATS [static]
 

Initial value:

 GuiTranslate
                                                                                    .get("command.view.sql.stats")
Command display sql stats

Definition at line 94 of file GuiCommands.java.


The documentation for this class was generated from the following file:
Generated on Mon Apr 11 22:02:19 2005 for C-JDBC by  doxygen 1.3.9.1