Interface CheckedActionFactory


  • public interface CheckedActionFactory
    Manages the CheckedAction instances on a per transaction basis.
    • 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.