Package | Description |
---|---|
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 |
---|---|
ExecuteMonitorCommandMessage |
ExecuteMonitorCommandMessageTypeV1_0.message(java.lang.String monitorCommand,
byte[] signature,
java.lang.String userAuthenticationAlgorithm,
boolean authenticatedByClient,
java.lang.String userID) |
abstract ExecuteMonitorCommandMessage |
ExecuteMonitorCommandMessageType.message(java.lang.String monitorCommand,
byte[] signature,
java.lang.String userAuthenticationAlgorithm,
boolean authenticatedByClient,
java.lang.String userID)
Produces an ExecuteMonitorCommandMessage of the appropriate type reflecting the given attribute values
|