public interface TimerServiceStats extends javax.management.j2ee.statistics.Stats
| Modifier and Type | Method and Description |
|---|---|
javax.management.j2ee.statistics.CountStatistic |
getNumTimersCreated()
Total number of timers created in the system
|
javax.management.j2ee.statistics.CountStatistic |
getNumTimersDelivered()
Total number of timers delivered by the system
|
javax.management.j2ee.statistics.CountStatistic |
getNumTimersRemoved()
Total number of timers removed from the system
|
getStatistic, getStatisticNames, getStatisticsjavax.management.j2ee.statistics.CountStatistic getNumTimersCreated()
javax.management.j2ee.statistics.CountStatistic getNumTimersDelivered()
javax.management.j2ee.statistics.CountStatistic getNumTimersRemoved()
Copyright © 2019. All rights reserved.