|
||||||||||
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.TransactionEndedMessageType
public abstract class TransactionEndedMessageType
The TransactionEndedMessageType is the type of message sent by a server in response to an EndTransaction message
Field Summary | |
---|---|
static int |
MESSAGETYPEID
Comment for MESSAGETYPEID |
Method Summary | |
---|---|
abstract TransactionEndedMessage |
message(boolean commit)
Factory method for getting messages 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 TransactionEndedMessage message(boolean commit)
commit
- true if the ended transaction was also committed, false if that transaction was rolled back
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |