net.sf.sensor
Class StaticSensorRuntime

java.lang.Object
  extended bynet.sf.sensor.StaticSensorRuntime

public final class StaticSensorRuntime
extends Object

Static wrapper around TimerRuntime that offers a simple, single-VM way of working with Timers.

Author:
Age Mooy

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

getTimerRuntime

public static TimerRuntime getTimerRuntime()
Returns the static TimerRuntime instance maintained by this class.

Returns:
the static TimerRuntime instance maintained by this class.

getMeterRuntime

public static MeterRuntime getMeterRuntime()
Returns the static MeterRuntime instance maintained by this class.

Returns:
the static MeterRuntime instance maintained by this class.

getCounterRuntime

public static CounterRuntime getCounterRuntime()
Returns the static CounterRuntime instance maintained by this class.

Returns:
the static CounterRuntime instance maintained by this class.

getGaugeRuntime

public static GaugeRuntime getGaugeRuntime()
Returns the static GaugeRuntime instance maintained by this class.

Returns:
the static GaugeRuntime instance maintained by this class.


Copyright © 2005-2006 SourceForge. All Rights Reserved.