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