public class CheckedActionFactoryImple extends Object implements CheckedActionFactory
| Constructor and Description |
|---|
CheckedActionFactoryImple() |
| Modifier and Type | Method and Description |
|---|---|
CheckedAction |
getCheckedAction(Uid txId,
String actionType)
This implementation returns the same CheckedAction instance for every transaction.
|
public CheckedAction getCheckedAction(Uid txId, String actionType)
getCheckedAction in interface CheckedActionFactorytxId - the transaction id.actionType - the type of the transaction.Copyright © 2016 JBoss by Red Hat. All rights reserved.