com.arjuna.ats.arjuna.coordinator
Interface CheckedActionFactory


public interface CheckedActionFactory

Manages the CheckedAction instances on a per transaction basis.


Method Summary
 CheckedAction getCheckedAction(Uid txId, String actionType)
          Return a CheckedAction instance for a transaction.
 

Method Detail

getCheckedAction

CheckedAction getCheckedAction(Uid txId,
                               String actionType)
Return a CheckedAction instance for a transaction. The same instance can be given to multiple transactions.

Parameters:
txId - the transaction id.
actionType - the type of the transaction.
Returns:
the CheckedAction instance.


Copyright © 2011. All Rights Reserved.