|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.ejb.base.stats.StatsImpl
com.sun.ejb.base.stats.EJBTimedObjectStatsImpl
public class EJBTimedObjectStatsImpl
A Class for providing stats related to Timers created from beans of type STATELESS/ENTITY/MESSAGE_DRIVEN
| Field Summary | |
|---|---|
protected EJBTimedObjectStatsProvider |
timerDelegate
|
| Fields inherited from class com.sun.ejb.base.stats.StatsImpl |
|---|
_logger, monitorOn, registered |
| Constructor Summary | |
|---|---|
EJBTimedObjectStatsImpl(EJBTimedObjectStatsProvider delegate)
|
|
| Method Summary | |
|---|---|
CountStatistic |
getNumTimersCreated()
|
CountStatistic |
getNumTimersDelivered()
|
CountStatistic |
getNumTimersRemoved()
|
void |
monitoringLevelChanged(boolean monitoringOn)
|
| Methods inherited from class com.sun.ejb.base.stats.StatsImpl |
|---|
getStatistic, getStatisticNames, getStatistics, initialize, statToString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.glassfish.j2ee.statistics.Stats |
|---|
getStatistic, getStatisticNames, getStatistics |
| Field Detail |
|---|
protected EJBTimedObjectStatsProvider timerDelegate
| Constructor Detail |
|---|
public EJBTimedObjectStatsImpl(EJBTimedObjectStatsProvider delegate)
| Method Detail |
|---|
public CountStatistic getNumTimersCreated()
getNumTimersCreated in interface TimerServiceStatspublic CountStatistic getNumTimersRemoved()
getNumTimersRemoved in interface TimerServiceStatspublic CountStatistic getNumTimersDelivered()
getNumTimersDelivered in interface TimerServiceStatspublic void monitoringLevelChanged(boolean monitoringOn)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||