Home » openjdk-7 » javax » management » j2ee » [javadoc | source]
javax.management.j2ee
public interface: JTAStats [javadoc | source]

All Implemented Interfaces:
    Stats

Represents the statistics provided by a JTA resource
Method from javax.management.j2ee.JTAStats Summary:
getActiveCount,   getCommitedCount,   getRolledbackCount
Method from javax.management.j2ee.JTAStats Detail:
 public CountStatistic getActiveCount()
 public CountStatistic getCommitedCount()
 public CountStatistic getRolledbackCount()