|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConsoleCommand | |
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.commands.dbadmin | Commands for the monitoring console |
org.objectweb.cjdbc.console.text.commands.monitor | Commands for the main/controller console |
org.objectweb.cjdbc.console.text.commands.sqlconsole | |
org.objectweb.cjdbc.console.text.module | Modules for the C-JDBC text console. |
Uses of ConsoleCommand in org.objectweb.cjdbc.console.text.commands |
Subclasses of ConsoleCommand in org.objectweb.cjdbc.console.text.commands | |
class |
Help
This class defines a Help |
class |
History
This class defines a History |
class |
Native
This class defines a Native |
class |
Quit
This class defines a Quit |
Uses of ConsoleCommand in org.objectweb.cjdbc.console.text.commands.controller |
Subclasses of ConsoleCommand in org.objectweb.cjdbc.console.text.commands.controller | |
class |
AddDriver
This class defines a AddDriver |
class |
Admin
This class defines a Admin |
class |
Bind
This class defines a Bind |
class |
Connect
This class defines a Connect |
class |
DropDB
Drop a virtual database from a controller command |
class |
GetInfo
This class defines a GetInfo |
class |
GetXml
This class defines a GetXml |
class |
ListDatabases
This class defines a ListDatabases |
class |
Load
This class defines a Load |
class |
Monitor
This class defines a Monitor |
class |
RefreshLogs
This class defines a RefreshLogs |
class |
Report
This class defines a Report |
class |
SaveConfiguration
This class defines a SaveConfiguration |
class |
ShowLoggingConfig
This class defines a ShowLoggingConfig |
class |
Shutdown
This class defines a Shutdown |
Uses of ConsoleCommand in org.objectweb.cjdbc.console.text.commands.dbadmin |
Subclasses of ConsoleCommand in org.objectweb.cjdbc.console.text.commands.dbadmin | |
class |
AbstractAdminCommand
This class defines a AbstractAdminCommand |
class |
Backup
This class defines the Backup command for the text console. |
class |
CopyLogFromCheckpoint
This class defines the command used to copy the local virtual database recovery log onto a remote controller's peer virtual database log. |
class |
DeleteLogUpToCheckpoint
This class defines the command used to cleanup the recovery log upto a specified checkpoint. |
class |
Disable
This class defines a Disable |
class |
DisableAll
This class defines a DisableAll |
class |
DisableRead
This class defines a DisableRead |
class |
DisableWrite
This class defines a DisableWrite |
class |
Enable
This class defines an Enable command to enable a backend from its last known checkpoint. |
class |
EnableAll
This class defines a EnableAll |
class |
EnableRead
This class defines a EnableRead |
class |
EnableWrite
This class defines a EnableWrite |
class |
ExpertMode
This class defines the command used to switch to expert mode (i.e. advanced admin commands are available). |
class |
ForceDisable
This class defines the ForceDisable command that forces the disabling of a backend without setting a checkpoint. |
class |
ForceEnable
This class defines the ForceEnable command that forces the enabling of a backend without checkpoint checking. |
class |
GetBackendSchema
Command to get the schema of a database backend |
class |
ListBackends
This class defines a "list backends" admin command |
class |
RemoveCheckpoint
This class defines a RemoveCheckpoint |
class |
RemoveDump
This class defines a RemoveDump |
class |
Replicate
This class defines a Replicate |
class |
Restore
This class defines a Restore |
class |
SetCheckpoint
This class defines a SetCheckpoint |
class |
ShowBackend
This class defines a ShowBackend |
class |
ShowBackendState
This class defines a ShowBackendState |
class |
ShowControllers
This class defines a ShowControllers |
class |
TransferBackend
This class defines a transferBackend |
class |
TransferDump
This class defines the command used to transfer a dump (identified by a dump name ) from the current controller to another one. |
class |
UpdateDumpPath
This class defines a "update dump path" admin command. |
class |
ViewBackupers
This class defines the command used to display available backupers. |
class |
ViewCheckpointNames
This class defines a ViewCheckpointNames |
class |
ViewDumps
This class defines the command used to display available dumps of a given virtual database. |
Uses of ConsoleCommand in org.objectweb.cjdbc.console.text.commands.monitor |
Subclasses of ConsoleCommand in org.objectweb.cjdbc.console.text.commands.monitor | |
class |
AbstractMonitorCommand
This class defines a AbstractMonitorCommand |
class |
ChangeTarget
This class defines a ChangeTarget |
class |
ShowBackends
This class defines a ShowBackends |
class |
ShowCache
This class defines a ShowCache |
class |
ShowCacheStats
This class defines a ShowCacheStats |
class |
ShowController
This class defines a ShowController |
class |
ShowDatabases
This class defines a ShowDatabases |
class |
ShowRecoveryLog
This class defines a ShowRecoveryLog |
class |
ShowScheduler
This class defines a ShowScheduler |
class |
ShowStats
This class defines a ShowStats |
Uses of ConsoleCommand in org.objectweb.cjdbc.console.text.commands.sqlconsole |
Subclasses of ConsoleCommand in org.objectweb.cjdbc.console.text.commands.sqlconsole | |
class |
Begin
This class defines a "begin" sql command |
class |
CallStoredProcedure
This class defines a "timeout" sql command |
class |
Commit
This class defines a "commit" sql command |
class |
Rollback
This class defines a "rollback" sql command |
class |
SetFetchSize
This class defines a "fetchsize" sql command |
class |
SetIsolation
This class defines a "setisolation" sql command |
class |
SetMaxRows
This class defines a "maxrows" sql command |
class |
SetSavePoint
This class defines a "savepoint" sql command |
class |
SetTimeout
This class defines a "timeout" sql command |
class |
ShowTables
This class defines a ShowTables |
Uses of ConsoleCommand in org.objectweb.cjdbc.console.text.module |
Methods in org.objectweb.cjdbc.console.text.module that return ConsoleCommand | |
ConsoleCommand |
AbstractConsoleModule.findConsoleCommand(java.lang.String commandLine,
java.util.Hashtable hashCommands)
Find the ConsoleCommand based on the name of the command
from the commandLine in the hashCommands .
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |