public class ActionManager extends Object
Modifier and Type | Method and Description |
---|---|
BasicAction |
get(Uid id) |
int |
getNumberOfInflightTransactions() |
long |
getTimeAdded(Uid id)
Deprecated.
this method no longer serves any useful purpose and will be removed in a future release
|
static ActionManager |
manager() |
void |
put(BasicAction act) |
void |
remove(Uid id) |
public static final ActionManager manager()
public void put(BasicAction act)
public BasicAction get(Uid id)
@Deprecated public long getTimeAdded(Uid id)
id
- the uid of the action for which the time when it was added is requiredpublic void remove(Uid id)
public int getNumberOfInflightTransactions()
Copyright © 2021 JBoss by Red Hat. All rights reserved.