Package | Description |
---|---|
be.SIRAPRISE.client |
This package contains all the classes and interfaces that can be useful on the client side of an application involving SIRA_PRISE.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerBackupCommand |
class |
ServerDBVerifyCommand |
class |
ServerDumpDBCommand |
class |
ServerFilePoolCommand |
class |
ServerHotRestartCommand |
class |
ServerKillConnectionCommand |
class |
ServerLuwsCommand |
class |
ServerMemoryCommand |
class |
ServerOperatorImplementationCommand |
class |
ServerPrintJournalsCommand |
class |
ServerRelvarPoolCommand |
class |
ServerShutDownCommand |
class |
ServerSpaceCalcCommand |
class |
ServerStatisticsCommand |
class |
ServerTypeImplementationCommand |
Modifier and Type | Method and Description |
---|---|
static ServerMonitorCommand |
ServerMonitorCommand.getCommandObjectFor(java.lang.String commandName,
java.lang.String commandContent)
Factory method for obtaining command objects, given a command name and the corresponding command options in texutal format
|
static ServerMonitorCommand |
ServerMonitorCommand.getCommandObjectFrom(java.lang.String commandText)
Factory method for obtaining command objects, given a fulltext command such as "ASSERT R,R(...)" or "CMD(...)CMD(...)"
|
Modifier and Type | Method and Description |
---|---|
Relation |
DBMonitorConnection.execCommand(ServerMonitorCommand commandObject,
java.lang.String userID,
Signer userIDSigner,
boolean userIDAuthenticatedByClient)
Sends a monitor command to the server and returns the result obtained.
|