com.atomikos.icatch.msg
Interface PreparedMessage

All Superinterfaces:
TransactionMessage
All Known Implementing Classes:
PreparedMessageImp

public interface PreparedMessage
extends TransactionMessage

A message indicating that a remote participant has been prepared. This message may or may not be sent in response to a previous prepare 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 defaultIsRollback()
          Tests if the participant will automatically rollback.
 boolean isReadOnly()
          Tests if the participant is done.
 
Methods inherited from interface com.atomikos.icatch.msg.TransactionMessage
getFormat, getMessageType, getProtocol, getSenderAddress, getSenderURI, getTargetAddress, getTargetURI
 

Method Detail

isReadOnly

boolean isReadOnly()
Tests if the participant is done.

Returns:
boolean True iff the remote participant requires no further notification.

defaultIsRollback

boolean defaultIsRollback()
Tests if the participant will automatically rollback.

Returns:
boolean True iff the remote participant will rollback on timeout by itself.


Copyright © 2012. All Rights Reserved.