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 |
---|---|
CommitRollbackMessage |
CommitRollbackMessageType.message(boolean commit)
Deprecated.
replace with the factory method that includes the identification of the transaction to commit or roll back
|
CommitRollbackMessage |
CommitRollbackMessageTypeV1_1.message(boolean commit,
long transactionID) |
abstract CommitRollbackMessage |
CommitRollbackMessageType.message(boolean commit,
long transactionID)
Gets a CommitRollbackMessage holding the request to either commit or roll back the transaction with the given ID
|
CommitRollbackMessage |
CommitRollbackMessageTypeV1_0.message(boolean commit,
long transactionID) |