|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JTAStats
Specifies the statistics provided by a JTA resource.
Method Summary | |
---|---|
CountStatistic |
getActiveCount()
Number of active transactions. |
CountStatistic |
getCommittedCount()
Number of committed transactions. |
CountStatistic |
getRolledbackCount()
Number of rolled-back transactions. |
Methods inherited from interface javax.management.j2ee.statistics.Stats |
---|
getStatistic, getStatisticNames, getStatistics |
Method Detail |
---|
CountStatistic getActiveCount()
CountStatistic getCommittedCount()
CountStatistic getRolledbackCount()
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.