Package javax.management.j2ee.statistics
Interface JTAStats
- All Superinterfaces:
Stats
Specifies the statistics provided by a JTA resource.
-
Method Summary
Modifier and TypeMethodDescriptionNumber of active transactions.Number of committed transactions.Number of rolled-back transactions.Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
-
Method Details
-
getActiveCount
CountStatistic getActiveCount()Number of active transactions. -
getCommittedCount
CountStatistic getCommittedCount()Number of committed transactions. -
getRolledbackCount
CountStatistic getRolledbackCount()Number of rolled-back transactions.
-