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 |
---|---|
ServerCommandDataWrapper[] |
ServerUpdateCommand.getCmdDataWrappers() |
ServerCommandDataWrapper[] |
ServerUnassertCommand.getCmdDataWrappers() |
ServerCommandDataWrapper[] |
ServerDeleteCommand.getCmdDataWrappers() |
ServerCommandDataWrapper[] |
ServerAddCommand.getCmdDataWrappers() |
ServerCommandDataWrapper[] |
ServerAssertCommand.getCmdDataWrappers() |
ServerCommandDataWrapper[] |
ServerMultipleAssignmentCommand.getCmdDataWrappers() |
abstract ServerCommandDataWrapper[] |
ServerAssignmentCommand.getCmdDataWrappers()
Gets The commands represented in CommandDataWrappers
|
Modifier and Type | Method and Description |
---|---|
static ServerAssignmentCommand |
ServerAssignmentCommand.reconstituteAssignmentCommand(ServerCommandDataWrapper serverCommandDataWrapper) |
static ServerAssignmentCommand |
ServerAssignmentCommand.reconstituteAssignmentCommand(ServerCommandDataWrapper[] commandsData) |
Modifier and Type | Method and Description |
---|---|
ServerCommandDataWrapper[] |
ExecuteAssignmentMessage.getCommandsData()
Gets the data for the assignment Commands
|
Modifier and Type | Method and Description |
---|---|
be.SIRAPRISE.messages.ExecuteAssignmentMessageV1_0 |
ExecuteAssignmentMessageTypeV1_0.message(ServerCommandDataWrapper[] cmdData) |
abstract ExecuteAssignmentMessage |
ExecuteAssignmentMessageType.message(ServerCommandDataWrapper[] cmdData)
Factory method for producing a message of this type holding the given Query command
|