public class TransactionTypeManager
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
TransactionTypeManager.TransactionTypeMap
Only allows the movement of heuristic participants to the prepared list.
|
Modifier and Type | Method and Description |
---|---|
void |
addTransaction(TransactionTypeManager.TransactionTypeMap map) |
static TransactionTypeManager |
getInstance() |
com.arjuna.ats.internal.arjuna.tools.log.EditableTransaction |
getTransaction(java.lang.String type,
Uid u) |
boolean |
present(java.lang.String type)
Is this transaction log one we support?
|
void |
removeTransaction(java.lang.String type) |
public com.arjuna.ats.internal.arjuna.tools.log.EditableTransaction getTransaction(java.lang.String type, Uid u)
public boolean present(java.lang.String type)
type
- the name of the log.public void addTransaction(TransactionTypeManager.TransactionTypeMap map)
public void removeTransaction(java.lang.String type)
public static TransactionTypeManager getInstance()