com.atomikos.icatch.msg
Interface CommitMessage

All Superinterfaces:
TransactionMessage
All Known Implementing Classes:
CommitMessageImp

public interface CommitMessage
extends TransactionMessage

A commit message.


Field Summary
 
Fields inherited from interface com.atomikos.icatch.msg.TransactionMessage
COMMIT_MESSAGE, ERROR_MESSAGE, FORGET_MESSAGE, FORMAT_SOAP, FORMAT_UNKNOWN, PREPARE_MESSAGE, PREPARED_MESSAGE, REGISTER_MESSAGE, REGISTERED_MESSAGE, REPLAY_MESSAGE, ROLLBACK_MESSAGE, STATE_MESSAGE
 
Method Summary
 boolean isOnePhase()
          Test if the commit is a one-phase commit.
 
Methods inherited from interface com.atomikos.icatch.msg.TransactionMessage
getFormat, getMessageType, getProtocol, getSenderAddress, getSenderURI, getTargetAddress, getTargetURI
 

Method Detail

isOnePhase

boolean isOnePhase()
Test if the commit is a one-phase commit.

Returns:
boolean True iff one phase.


Copyright © 2012. All Rights Reserved.