|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PerformanceStatisticsMBean
This class exposes the ArjunaJTS performance information via the JMX Management Bean interface.
Method Summary | |
---|---|
java.lang.String |
getIconFilename()
|
int |
getNumberOfAbortedTransactions()
Get the number of transactions which have been aborted. |
int |
getNumberOfCommittedTransactions()
Get the number of transactions which have been committed. |
int |
getNumberOfHeuristics()
Get the number of transactions which have terminated with a heuristic outcome. |
int |
getNumberOfNestedTransactions()
Get the number of nested (sub) transactions created so far. |
int |
getNumberOfTransactions()
Get the number of transactions created so far (includes nested and top-level transactions). |
Method Detail |
---|
int getNumberOfTransactions()
int getNumberOfNestedTransactions()
int getNumberOfHeuristics()
int getNumberOfCommittedTransactions()
int getNumberOfAbortedTransactions()
java.lang.String getIconFilename()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |