Interface TimerServiceStats
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CountStatisticgetNumTimersCreated()Total number of timers created in the systemCountStatisticgetNumTimersDelivered()Total number of timers delivered by the systemCountStatisticgetNumTimersRemoved()Total number of timers removed from the system-
Methods inherited from interface org.glassfish.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
-
-
-
-
Method Detail
-
getNumTimersCreated
CountStatistic getNumTimersCreated()
Total number of timers created in the system- Returns:
- CountStatistic
-
getNumTimersDelivered
CountStatistic getNumTimersDelivered()
Total number of timers delivered by the system- Returns:
- CountStatistic
-
getNumTimersRemoved
CountStatistic getNumTimersRemoved()
Total number of timers removed from the system- Returns:
- CountStatistic
-
-