|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.sensor.SensorLabels
Collection of public static final labels for use with the difference sensors.
Field Summary | |
static String |
BUSINESS_LOGIC
Sensor label indicating that a sensor is associated with business logic. |
static String |
PERSISTENCE
Sensor label indicating that a sensor is associated with persistence logic. |
static String |
REMOTE_METHOD_CALL
Sensor label indicating that a sensor is associated with a remote method call. |
static String |
TRANSACTION
Sensor label indicating that a sensor is associated with a transaction. |
static String |
WEB_APPLICATION_REQUEST
Sensor label indicating that a sensor is associated with a web application request. |
Constructor Summary | |
SensorLabels()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String WEB_APPLICATION_REQUEST
public static final String BUSINESS_LOGIC
public static final String PERSISTENCE
public static final String TRANSACTION
public static final String REMOTE_METHOD_CALL
Constructor Detail |
public SensorLabels()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |