|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.sensor.StaticSensorRuntime
Static wrapper around TimerRuntime
that offers a simple, single-VM
way of working with Timers.
Method Summary | |
static CounterRuntime |
getCounterRuntime()
Returns the static CounterRuntime instance maintained by this class. |
static GaugeRuntime |
getGaugeRuntime()
Returns the static GaugeRuntime instance maintained by this class. |
static MeterRuntime |
getMeterRuntime()
Returns the static MeterRuntime instance maintained by this class. |
static TimerRuntime |
getTimerRuntime()
Returns the static TimerRuntime instance maintained by this class. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static TimerRuntime getTimerRuntime()
TimerRuntime
instance maintained by this class.
TimerRuntime
instance maintained by this class.public static MeterRuntime getMeterRuntime()
MeterRuntime
instance maintained by this class.
MeterRuntime
instance maintained by this class.public static CounterRuntime getCounterRuntime()
CounterRuntime
instance maintained by this class.
CounterRuntime
instance maintained by this class.public static GaugeRuntime getGaugeRuntime()
GaugeRuntime
instance maintained by this class.
GaugeRuntime
instance maintained by this class.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |