com.arjuna.ats.arjuna.coordinator.listener
Interface ReaperMonitor


public interface ReaperMonitor

An instance of this interface will be called whenever a transaction is either timed-out or set rollback-only by the transaction reaper.

Author:
marklittle

Method Summary
 void markedRollbackOnly(Uid txId)
          The indicated transaction has been marked as rollback-only by the reaper.
 void rolledBack(Uid txId)
          The indicated transaction has been rolled back by the reaper.
 

Method Detail

rolledBack

void rolledBack(Uid txId)
The indicated transaction has been rolled back by the reaper.

Parameters:
txId - the transaction id.

markedRollbackOnly

void markedRollbackOnly(Uid txId)
The indicated transaction has been marked as rollback-only by the reaper.

Parameters:
txId - the transaction id.


Copyright © 2011. All Rights Reserved.