|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TxStatsMBean
MBean interface for monitoring transaction statistics.
| Method Summary | |
|---|---|
long |
getNumberOfAbortedTransactions()
Returns the number of aborted (i.e. |
long |
getNumberOfApplicationRollbacks()
Returns the number of transactions that have been rolled back by application request. |
long |
getNumberOfCommittedTransactions()
Returns the number of committed transactions |
long |
getNumberOfHeuristics()
Returns the number of transactions which have terminated with heuristic outcomes. |
long |
getNumberOfInflightTransactions()
Get the number of transactions that have begun but not yet terminated. |
long |
getNumberOfNestedTransactions()
Returns the total number of nested (sub) transactions created. |
long |
getNumberOfResourceRollbacks()
Returns the number of transactions that rolled back due to resource (participant) failure. |
long |
getNumberOfTimedOutTransactions()
Returns the number of transactions that have rolled back due to timeout. |
long |
getNumberOfTransactions()
Returns the total number of transactions (top-level and nested) created |
| Method Detail |
|---|
long getNumberOfTransactions()
long getNumberOfNestedTransactions()
long getNumberOfHeuristics()
long getNumberOfCommittedTransactions()
long getNumberOfAbortedTransactions()
long getNumberOfInflightTransactions()
long getNumberOfTimedOutTransactions()
long getNumberOfApplicationRollbacks()
long getNumberOfResourceRollbacks()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||