public abstract class CommittedMessageType extends ServerMessageType
Modifier and Type | Field and Description |
---|---|
static int |
MESSAGETYPEID
The numeric ID for messages of this type (-1070394899 )
|
Modifier and Type | Method and Description |
---|---|
abstract CommittedMessage |
message(boolean commit)
Factory method for getting a message of this version of the message type
|
public static final int MESSAGETYPEID
public abstract CommittedMessage message(boolean commit)
commit
- true if the action undertaken was a commit, false if it was a rollback