net.sf.sensor.support.spring
Class SpringBeanNameConstants

java.lang.Object
  extended bynet.sf.sensor.support.spring.SpringBeanNameConstants

public final class SpringBeanNameConstants
extends Object

Class containing constants for referring to the bean names of the various sensor classes as defined in the default Spring config file, which is available on the classpath as /sf/sensor/support/spring/sensor.xml.

Author:
Age Mooy

Field Summary
static String COUNTER_RUNTIME_BEAN_NAME
          The bean name of the CounterRuntime bean as defined in the default sensor Spring configuration file, which is available on the classpath as /sf/sensor/support/spring/sensor.xml.
static String GAUGE_RUNTIME_BEAN_NAME
          The bean name of the TimerRuntime bean as defined in the default sensor Spring configuration file, which is available on the classpath as /sf/sensor/support/spring/sensor.xml.
static String METER_RUNTIME_BEAN_NAME
          The bean name of the MeterRuntime bean as defined in the default sensor Spring configuration file, which is available on the classpath as /sf/sensor/support/spring/sensor.xml.
static String TIMER_RUNTIME_BEAN_NAME
          The bean name of the TimerRuntime bean as defined in the default sensor Spring configuration file, which is available on the classpath as /sf/sensor/support/spring/sensor.xml.
 
Constructor Summary
SpringBeanNameConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TIMER_RUNTIME_BEAN_NAME

public static final String TIMER_RUNTIME_BEAN_NAME
The bean name of the TimerRuntime bean as defined in the default sensor Spring configuration file, which is available on the classpath as /sf/sensor/support/spring/sensor.xml.

See Also:
Constant Field Values

METER_RUNTIME_BEAN_NAME

public static final String METER_RUNTIME_BEAN_NAME
The bean name of the MeterRuntime bean as defined in the default sensor Spring configuration file, which is available on the classpath as /sf/sensor/support/spring/sensor.xml.

See Also:
Constant Field Values

COUNTER_RUNTIME_BEAN_NAME

public static final String COUNTER_RUNTIME_BEAN_NAME
The bean name of the CounterRuntime bean as defined in the default sensor Spring configuration file, which is available on the classpath as /sf/sensor/support/spring/sensor.xml.

See Also:
Constant Field Values

GAUGE_RUNTIME_BEAN_NAME

public static final String GAUGE_RUNTIME_BEAN_NAME
The bean name of the TimerRuntime bean as defined in the default sensor Spring configuration file, which is available on the classpath as /sf/sensor/support/spring/sensor.xml.

See Also:
Constant Field Values
Constructor Detail

SpringBeanNameConstants

public SpringBeanNameConstants()


Copyright © 2005-2006 SourceForge. All Rights Reserved.