be.SIRAPRISE.messages
Class TransactionEndedMessage

java.lang.Object
  extended by be.SIRAPRISE.messages.ServerMessage
      extended by be.SIRAPRISE.messages.ServerOutputMessage
          extended by be.SIRAPRISE.messages.TransactionEndedMessage

public abstract class TransactionEndedMessage
extends ServerOutputMessage

Author:
Erwin Smout

Method Summary
 boolean isCommit()
          Indicates whether the transaction must be ended with a commit or a rollback
 
Methods inherited from class be.SIRAPRISE.messages.ServerMessage
getMessageTypeID, readMessage, sendMessage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isCommit

public boolean isCommit()
Indicates whether the transaction must be ended with a commit or a rollback

Returns:
true if the transaction must be ended with a commit