javax.management.j2ee.statistics
Interface JTAStats
- All Superinterfaces:
- Stats
public interface JTAStats
- extends Stats
Specifies the statistics provided by a JTA resource.
- Author:
- Guillaume Sauthier
getActiveCount
CountStatistic getActiveCount()
- Returns:
- Number of active transactions.
getCommittedCount
CountStatistic getCommittedCount()
- Returns:
- Number of committed transactions.
getRolledbackCount
CountStatistic getRolledbackCount()
- Returns:
- Number of rolled-back transactions.
Copyright © 2007 OW2 Consortium. All Rights Reserved.