FileDocCategorySizeDatePackage
TimerServiceStats.javaAPI DocGlassfish v2 API2930Fri May 04 22:25:50 BST 2007com.sun.enterprise.admin.monitor.stats

TimerServiceStats

public interface TimerServiceStats implements javax.management.j2ee.statistics.Stats
A Stats interface to represent the statistical data exposed by the Ejb Timer Service.
author
Murali Vempaty
since
SJSAS8.1

Fields Summary
Constructors Summary
Methods Summary
public javax.management.j2ee.statistics.CountStatisticgetNumTimersCreated()
Total number of timers created in the system

return
CountStatistic

public javax.management.j2ee.statistics.CountStatisticgetNumTimersDelivered()
Total number of timers delivered by the system

return
CountStatistic

public javax.management.j2ee.statistics.CountStatisticgetNumTimersRemoved()
Total number of timers removed from the system

return
CountStatistic