Interface CheckedActionFactory
-
public interface CheckedActionFactoryManages the CheckedAction instances on a per transaction basis.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CheckedActiongetCheckedAction(Uid txId, java.lang.String actionType)Return a CheckedAction instance for a transaction.
-
-
-
Method Detail
-
getCheckedAction
CheckedAction getCheckedAction(Uid txId, java.lang.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.
-
-