cyclecnt.server
Class RDBMSAdmin
java.lang.Object
cyclecnt.server.RDBMSAdmin
- public class RDBMSAdmin
- extends Object
This class performs adminstrative functions for the CycleCnt RDBMS
server and database.
- Since:
- 1.2
- Version:
- 1.2, 5/12/04
- Author:
- Phillip Smelt
|
Method Summary |
static void |
main(String[] args)
This method performs 3 administrative functions; database compaction,
dump/exportation as SQL text, and backup of the dump/exportation. |
main
public static void main(String[] args)
- This method performs 3 administrative functions; database compaction,
dump/exportation as SQL text, and backup of the dump/exportation.
It is called from a Linux shell script, so the method has to be
'public static void main(String[] args)'.
- Parameters:
args - Required by Java language, but ignored by this method.- See Also:
ErrorLogFile,
ServerInfo.RDBMSAdmin,
cyclecnt.server.ServerInfo.RDBMSAdmin#COMPACTION_COMMAND,
cyclecnt.server.ServerInfo.RDBMSAdmin#DATABASE_EXPORT_COMMAND,
cyclecnt.server.ServerInfo.RDBMSAdmin#BACKUP_COMMAND,
Runtime,
Runtime.exec(String command),
Runtime.getRuntime(),
Process,
Process.waitFor()