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

Method Summary
 CountStatistic getActiveCount()
           
 CountStatistic getCommittedCount()
           
 CountStatistic getRolledbackCount()
           
 
Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Method Detail

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.