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 CheckedActionFactory
txId
- the transaction id.actionType
- the type of the transaction.Copyright © 2021 JBoss by Red Hat. All rights reserved.