| BackupCommands |
This is a local command for backing-up domains.
|
| BackupDomainCommand |
This is a local command for backing-up domains.
|
| DatabaseCommand |
This is an abstract class to be inherited by StartDatabaseCommand and
StopDatabaseCommand.
|
| DBControl |
|
| DBManager |
|
| H2Control |
This class uses Java reflection to invoke H2 NetworkServerControl class.
|
| H2Manager |
|
| ListBackupsCommand |
This is a local command for listing backed up domains.
|
| RestoreDomainCommand |
This is a local command for restoring domains.
|
| StartDatabaseCommand |
start-database command This command class will invoke DBControl to first ping
if the database is running.
|
| StopDatabaseCommand |
stop-database command This command class will invoke DBControl to stop the
database.
|