Package com.arjuna.ats.arjuna.tools.log
Interface TransactionTypeManager.TransactionTypeMap
-
- Enclosing class:
- TransactionTypeManager
public static interface TransactionTypeManager.TransactionTypeMapOnly allows the movement of heuristic participants to the prepared list. Maybe allow general editing of both lists, including bidirectional movement (point?) and deletion.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetRealType()com.arjuna.ats.internal.arjuna.tools.log.EditableTransactiongetTransaction(Uid u)java.lang.StringgetType()
-
-
-
Method Detail
-
getTransaction
com.arjuna.ats.internal.arjuna.tools.log.EditableTransaction getTransaction(Uid u)
-
getType
java.lang.String getType()
-
getRealType
java.lang.String getRealType()
-
-