com.sun.enterprise.admin.monitor.stats
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 Summary
 CountStatistic getNumTimersCreated()
          Total number of timers created in the system
 CountStatistic getNumTimersDelivered()
          Total number of timers delivered by the system
 CountStatistic getNumTimersRemoved()
          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


Copyright © 2012. All Rights Reserved.