|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.SIRAPRISE.messages.ServerMessageType
be.SIRAPRISE.messages.CommittedMessageType
public abstract class CommittedMessageType
The Committed message type is the type of message sent by a server in response to a CommitRollback message. It holds an indication of the action undertaken, which might differ from the action requested.
| Field Summary | |
|---|---|
static int |
MESSAGETYPEID
Comment for MESSAGETYPEID |
| Method Summary | |
|---|---|
abstract CommittedMessage |
message(boolean commit)
Factory method for getting a message of this version of the message type |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int MESSAGETYPEID
MESSAGETYPEID
| Method Detail |
|---|
public abstract CommittedMessage message(boolean commit)
commit - true if the action undertaken was a commit, false if it was a rollback
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||