public final class TransactionEndedMessageTypeV1_0 extends TransactionEndedMessageType
This message has the following fields :
| Zone | Format | Length | Description |
|---|---|---|---|
| COMMIT | INTEGER | 1 | 1 if the transaction was committed, 0 if it was rolled back. |
MESSAGETYPEID| Modifier and Type | Method and Description |
|---|---|
TransactionEndedMessage |
message(boolean commit)
Factory method for getting messages of this version of the message type
|
public TransactionEndedMessage message(boolean commit)
TransactionEndedMessageTypemessage in class TransactionEndedMessageTypecommit - true if the ended transaction was also committed, false if that transaction was rolled back