com.sun.ejb.base.stats
Class EJBTimedObjectStatsImpl
java.lang.Object
com.sun.ejb.base.stats.StatsImpl
com.sun.ejb.base.stats.EJBTimedObjectStatsImpl
- All Implemented Interfaces:
- TimerServiceStats, Stats
public class EJBTimedObjectStatsImpl
- extends StatsImpl
- implements TimerServiceStats
A Class for providing stats related to Timers created from beans
of type STATELESS/ENTITY/MESSAGE_DRIVEN
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
timerDelegate
protected EJBTimedObjectStatsProvider timerDelegate
EJBTimedObjectStatsImpl
public EJBTimedObjectStatsImpl(EJBTimedObjectStatsProvider delegate)
getNumTimersCreated
public CountStatistic getNumTimersCreated()
- Specified by:
getNumTimersCreated in interface TimerServiceStats
getNumTimersRemoved
public CountStatistic getNumTimersRemoved()
- Specified by:
getNumTimersRemoved in interface TimerServiceStats
getNumTimersDelivered
public CountStatistic getNumTimersDelivered()
- Specified by:
getNumTimersDelivered in interface TimerServiceStats
monitoringLevelChanged
public void monitoringLevelChanged(boolean monitoringOn)
Copyright © 2012 GlassFish Community. All Rights Reserved.