Class ActionManager
- java.lang.Object
-
- com.arjuna.ats.arjuna.coordinator.ActionManager
-
public class ActionManager extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description BasicActionget(Uid id)intgetNumberOfInflightTransactions()longgetTimeAdded(Uid id)Deprecated.this method no longer serves any useful purpose and will be removed in a future releasestatic ActionManagermanager()voidput(BasicAction act)voidremove(Uid id)
-
-
-
Method Detail
-
manager
public static final ActionManager manager()
-
put
public void put(BasicAction act)
-
get
public BasicAction get(Uid id)
-
getTimeAdded
@Deprecated public long getTimeAdded(Uid id)
Deprecated.this method no longer serves any useful purpose and will be removed in a future release- Parameters:
id- the uid of the action for which the time when it was added is required- Returns:
- the time that the action was begun
-
remove
public void remove(Uid id)
-
getNumberOfInflightTransactions
public int getNumberOfInflightTransactions()
-
-