Interface TimerServiceStats

All Superinterfaces:
Stats

public interface TimerServiceStats extends Stats
A Stats interface to represent the statistical data exposed by the Ejb Timer Service.
Since:
SJSAS8.1
Author:
Murali Vempaty
  • 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