com.ibm.websphere.management.statistics
Interface JTAStats
All Superinterfaces:
All known implementing classes:
Deprecated. As of 6.0, replaced with
javax.management.j2ee.statistics.JTAStats
- public interface JTAStats
- extends Stats
Method Summary
| Modifier and Type | Method and Description |
|---|---|
getActiveCount()
Deprecated.
|
|
getCommittedCount()
Deprecated.
|
|
getRolledbackCount()
Deprecated.
|
| Methods inherited from interface com.ibm.websphere.management.statistics.Stats |
|---|
getStatistic, getStatisticNames, getStatistics |
Method Detail
getActiveCount
- CountStatistic getActiveCount()
Deprecated.
getCommittedCount
- CountStatistic getCommittedCount( )
Deprecated.
getRolledbackCount
- CountStatistic getRolledbackCount( )
Deprecated.