Interface TimerServiceStats
- All Superinterfaces:
Stats
A Stats interface to represent the statistical data exposed by the
Ejb Timer Service.
- Since:
- SJSAS8.1
- Author:
- Murali Vempaty
-
Method Summary
Modifier and TypeMethodDescriptionTotal number of timers created in the systemTotal number of timers delivered by the systemTotal number of timers removed from the systemMethods inherited from interface org.glassfish.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
-
Method Details
-
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
-