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 |
---|---|
abstract ServerMessage |
DmlExecutedMessageType.getAssignmentExecutedMessage()
Factory method for getting the ServerMessage of the appropriate DmlExecuted type for signaling the succesful execution of an assignment
|
ServerMessage |
DmlExecutedMessageTypeV1_0.getAssignmentExecutedMessage() |
abstract ServerMessage |
DmlExecutedMessageType.getDmlExecutedMessage(RelationBuffer relationBuffer,
Heading heading)
Factory method for getting the ServerMessage of the appropriate DmlExecuted type holding the relation holding the return values
|
ServerMessage |
DmlExecutedMessageTypeV1_0.getDmlExecutedMessage(RelationBuffer relationBuffer,
Heading heading) |
abstract ServerMessage |
DmlExecutedMessageType.getQueryExecutedMessage(RelationBuffer relation,
Heading heading)
Factory method for getting the ServerMessage of the appropriate DmlExecuted type holding the relation that is the result of a query
|
ServerMessage |
DmlExecutedMessageTypeV1_0.getQueryExecutedMessage(RelationBuffer relation,
Heading heading) |
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
|
static ServerMessage |
ServerMessage.readMessage(java.io.DataInputStream in,
ProprietaryOrJCECipher cryptoProtocol,
java.security.Signature signingProtocol,
java.security.PublicKey publicKey)
The method used by readers to obtain a (structured) message from the given stream.
|