Interface CheckedActionFactory

All Known Implementing Classes:
CheckedActionFactoryImple

public interface CheckedActionFactory
Manages the CheckedAction instances on a per transaction basis.
  • Method Summary

    Modifier and Type
    Method
    Description
    getCheckedAction(Uid txId, String actionType)
    Return a CheckedAction instance for a transaction.
  • Method Details

    • 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.