|
||||||||||
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
be.SIRAPRISE.messages.CommittedMessageTypeV1_0
public final class CommittedMessageTypeV1_0
CommittedMessageTypeV1_0 is version 1_0 of the CommittedMessageType. The layout of this message is as follows.
Zone | Format | Length | Description |
---|---|---|---|
COMMIT | INTEGER | 1 | 1 if the transaction was committed, 0 if it was rolled back. |
Field Summary |
---|
Fields inherited from class be.SIRAPRISE.messages.CommittedMessageType |
---|
MESSAGETYPEID |
Method Summary | |
---|---|
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 |
Method Detail |
---|
public CommittedMessage message(boolean commit)
CommittedMessageType
message
in class CommittedMessageType
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 |