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 |
---|---|
TransactionStartedMessage |
TransactionStartedMessageType.message()
Deprecated.
- replace with the method that provides the transaction ID
|
TransactionStartedMessage |
TransactionStartedMessageTypeV1_0.message(long transactionID) |
abstract TransactionStartedMessage |
TransactionStartedMessageType.message(long transactionID)
Factory method for getting A TransactionStarted message of this version of the type
|
TransactionStartedMessage |
TransactionStartedMessageTypeV1_1.message(long transactionID) |