|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.sensor.support.spring.SpringBeanNameConstants
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
.
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 |
public static final String TIMER_RUNTIME_BEAN_NAME
/sf/sensor/support/spring/sensor.xml
.
public static final String METER_RUNTIME_BEAN_NAME
/sf/sensor/support/spring/sensor.xml
.
public static final String COUNTER_RUNTIME_BEAN_NAME
/sf/sensor/support/spring/sensor.xml
.
public static final String GAUGE_RUNTIME_BEAN_NAME
/sf/sensor/support/spring/sensor.xml
.
Constructor Detail |
public SpringBeanNameConstants()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |