com.ibm.websphere.management.statistics

Interface JTAStats

All Superinterfaces:
Stats
All known implementing classes:
JTAStatsImpl

Deprecated. As of 6.0, replaced with javax.management.j2ee.statistics.JTAStats
  1. public interface JTAStats
  2. extends Stats

Method Summary

Modifier and Type Method and Description
  1. CountStatistic
getActiveCount()
Deprecated.
  1. CountStatistic
getCommittedCount()
Deprecated.
  1. CountStatistic
getRolledbackCount()
Deprecated.
Methods inherited from interface com.ibm.websphere.management.statistics.Stats
getStatistic, getStatisticNames, getStatistics

Method Detail

getActiveCount

  1. CountStatistic getActiveCount()
Deprecated.

getCommittedCount

  1. CountStatistic getCommittedCount( )
Deprecated.

getRolledbackCount

  1. CountStatistic getRolledbackCount( )
Deprecated.