public abstract class TransactionEndedMessageType extends ServerMessageType
Modifier and Type | Field and Description |
---|---|
static int |
MESSAGETYPEID
The numeric ID for messages of this type (26090989 )
|
Modifier and Type | Method and Description |
---|---|
abstract TransactionEndedMessage |
message(boolean commit)
Factory method for getting messages of this version of the message type
|
public static final int MESSAGETYPEID
public abstract TransactionEndedMessage message(boolean commit)
commit
- true if the ended transaction was also committed, false if that transaction was rolled back