| 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 | 
|---|---|
EndTransactionMessage | 
EndTransactionMessageType.message(boolean commit)
Deprecated. 
 
replace with message() invocations including the transaction ID. 
 | 
EndTransactionMessage | 
EndTransactionMessageTypeV1_0.message(boolean commit,
       long transactionID)  | 
abstract EndTransactionMessage | 
EndTransactionMessageType.message(boolean commit,
       long transactionID)
Creates an EndTransaction message corresponding to the version of this message type, holding the given commit flag and transaction ID. 
 | 
EndTransactionMessage | 
EndTransactionMessageTypeV1_1.message(boolean commit,
       long transactionID)  |