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.
|
be.SIRAPRISE.messages |
This package contains the classes that define/implement the various message types that can be sent to and received from a SIRA_PRISE server.
|
Modifier and Type | Method and Description |
---|---|
MessageParams |
ServerFilePoolCommand.getMessageParms() |
MessageParams |
ServerSpaceCalcCommand.getMessageParms() |
MessageParams |
ServerDBVerifyCommand.getMessageParms() |
MessageParams |
ServerKillConnectionCommand.getMessageParms() |
MessageParams |
ServerRelvarPoolCommand.getMessageParms() |
MessageParams |
ServerOperatorImplementationCommand.getMessageParms() |
MessageParams |
ServerMemoryCommand.getMessageParms() |
MessageParams |
ServerStatisticsCommand.getMessageParms() |
MessageParams |
ServerShutDownCommand.getMessageParms() |
MessageParams |
ServerLuwsCommand.getMessageParms() |
MessageParams |
ServerTypeImplementationCommand.getMessageParms() |
MessageParams |
ServerPrintJournalsCommand.getMessageParms() |
MessageParams |
ServerBackupCommand.getMessageParms() |
abstract MessageParams |
ServerMonitorCommand.getMessageParms()
Gets a messageParams object that can be used by a MessageType implementation to factory a Message object.
|
MessageParams |
ServerDumpDBCommand.getMessageParms() |
MessageParams |
ServerHotRestartCommand.getMessageParms() |
Modifier and Type | Class and Description |
---|---|
class |
BackupCommandParams |
class |
DBVerifyCommandParams |
class |
DumpDBParams |
class |
FilePoolParams |
class |
GetOperatorImplementationParams |
class |
HotRestartParams |
class |
KillConnectionParams |
class |
LuwsParams |
class |
MemoryParams |
class |
PrintJournalsParams |
class |
RelvarPoolParams |
class |
ShutDownParams |
class |
SpaceCalcParams |
class |
StatisticsParams |
class |
TypeImplementationParams |
Modifier and Type | Method and Description |
---|---|
BackupMessage |
BackupMessageTypeV1_0.message(MessageParams commandParams,
byte[] signature,
java.lang.String userAuthenticationAlgorithm,
boolean authenticatedByClient,
java.lang.String userID) |
MemoryMessage |
MemoryMessageTypeV1_0.message(MessageParams commandParams,
byte[] signature,
java.lang.String userAuthenticationAlgorithm,
boolean authenticatedByClient,
java.lang.String userID) |
LuwsMessage |
LuwsMessageTypeV1_0.message(MessageParams commandParams,
byte[] signature,
java.lang.String userAuthenticationAlgorithm,
boolean authenticatedByClient,
java.lang.String userID) |
DumpDBMessage |
DumpDBMessageTypeV1_0.message(MessageParams commandParams,
byte[] signature,
java.lang.String userAuthenticationAlgorithm,
boolean authenticatedByClient,
java.lang.String userID) |
abstract ServerMessage |
ExecuteCompiledMonitorCommandMessageType.message(MessageParams commandParams,
byte[] signature,
java.lang.String signatureAlgorithmName,
boolean userIDAuthenticatedByClient,
java.lang.String userID)
Produces a CompiledMonitorCommandMessage of the appropriate type reflecting the given attribute values
|
FilePoolMessage |
FilePoolMessageTypeV1_0.message(MessageParams commandParams,
byte[] signature,
java.lang.String userAuthenticationAlgorithm,
boolean authenticatedByClient,
java.lang.String userID) |
KillConnectionMessage |
KillConnectionMessageTypeV1_0.message(MessageParams commandParams,
byte[] signature,
java.lang.String userAuthenticationAlgorithm,
boolean authenticatedByClient,
java.lang.String userID) |
RelvarPoolMessage |
RelvarPoolMessageTypeV1_0.message(MessageParams commandParams,
byte[] signature,
java.lang.String userAuthenticationAlgorithm,
boolean authenticatedByClient,
java.lang.String userID) |
StatisticsMessage |
StatisticsMessageTypeV1_0.message(MessageParams commandParams,
byte[] signature,
java.lang.String userAuthenticationAlgorithm,
boolean authenticatedByClient,
java.lang.String userID) |
SpaceCalcMessage |
SpaceCalcMessageTypeV1_0.message(MessageParams commandParams,
byte[] signature,
java.lang.String userAuthenticationAlgorithm,
boolean authenticatedByClient,
java.lang.String userID) |
GetTypeImplementationMessage |
GetTypeImplementationMessageTypeV1_0.message(MessageParams commandParams,
byte[] signature,
java.lang.String userAuthenticationAlgorithm,
boolean authenticatedByClient,
java.lang.String userID) |
ShutDownMessage |
ShutDownMessageTypeV1_0.message(MessageParams commandParams,
byte[] signature,
java.lang.String userAuthenticationAlgorithm,
boolean authenticatedByClient,
java.lang.String userID) |
be.SIRAPRISE.messages.DBVerifyMessageV1_0 |
DBVerifyMessageTypeV1_0.message(MessageParams commandParams,
byte[] signature,
java.lang.String userAuthenticationAlgorithm,
boolean authenticatedByClient,
java.lang.String userID) |
HotRestartMessage |
HotRestartMessageTypeV1_0.message(MessageParams commandParams,
byte[] signature,
java.lang.String userAuthenticationAlgorithm,
boolean authenticatedByClient,
java.lang.String userID) |
be.SIRAPRISE.messages.PrintJournalsMessageV1_0 |
PrintJournalsMessageTypeV1_0.message(MessageParams commandParams,
byte[] signature,
java.lang.String userAuthenticationAlgorithm,
boolean authenticatedByClient,
java.lang.String userID) |