javax.management.j2ee.statistics
Interface JTAStats

All Superinterfaces:
Stats

public interface JTAStats
extends Stats

Specifies the statistics provided by a JTA resource.

Version:
$Revision: 1.1 $
Author:
Laurent Etiemble

Method Summary
 CountStatistic getActiveCount()
          Returns the number of active transactions.
 CountStatistic getCommittedCount()
          Returns the number of committed transactions.
 CountStatistic getRolledbackCount()
          Returns the number of rolled-back transactions.
 
Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getActiveCount

public CountStatistic getActiveCount()
Returns the number of active transactions.

Returns:
The active count

getCommittedCount

public CountStatistic getCommittedCount()
Returns the number of committed transactions.

Returns:
The committed count

getRolledbackCount

public CountStatistic getRolledbackCount()
Returns the number of rolled-back transactions.

Returns:
The rolledback count


Copyright © 2002-2003 EJTools Org.. All Rights Reserved.