com.atomikos.icatch.msg
Interface StateMessage

All Superinterfaces:
TransactionMessage
All Known Implementing Classes:
StateMessageImp

public interface StateMessage
extends TransactionMessage

A message that carries the state of a remote party.


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 hasCommitted()
          Test if the sender has committed, rolled back or if not applicable.
 
Methods inherited from interface com.atomikos.icatch.msg.TransactionMessage
getFormat, getMessageType, getProtocol, getSenderAddress, getSenderURI, getTargetAddress, getTargetURI
 

Method Detail

hasCommitted

Boolean hasCommitted()
Test if the sender has committed, rolled back or if not applicable.

Returns:
Boolean Null if not applicable, True if committed and False if rolled back.


Copyright © 2012. All Rights Reserved.