| |
|
| org.jpox.management.runtime.TransactionRuntimeMBean
All known Subclasses: org.jpox.management.runtime.TransactionRuntime,
TransactionRuntimeMBean | public interface TransactionRuntimeMBean (Code) | | Transaction Statistics
|
getTransactionActiveTotalCount | long getTransactionActiveTotalCount()(Code) | | Total number of active transactions
Total number of active transactions |
getTransactionCommittedTotalCount | long getTransactionCommittedTotalCount()(Code) | | Total number of committed transactions
Total number of committed transactions |
getTransactionExecutionTimeAverage | long getTransactionExecutionTimeAverage()(Code) | | Simple Moving Average execution time of transactions
Average execution time of transactions in milleseconds |
getTransactionExecutionTimeHigh | long getTransactionExecutionTimeHigh()(Code) | | Highest execution time
Highest execution time in milleseconds |
getTransactionExecutionTimeLow | long getTransactionExecutionTimeLow()(Code) | | Lowest execution time
Lowest execution time in milleseconds |
getTransactionExecutionTotalTime | long getTransactionExecutionTotalTime()(Code) | | execution total time
execution total time in milleseconds |
getTransactionRolledBackTotalCount | long getTransactionRolledBackTotalCount()(Code) | | Total number of rolled back transactions
Total number of rolled back transactions |
getTransactionTotalCount | long getTransactionTotalCount()(Code) | | Total number of transactions
Total number of transactions |
|
|
|