net.sf.sensor
Class SensorLabels

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

public final class SensorLabels
extends Object

Collection of public static final labels for use with the difference sensors.

Author:
Age Mooy

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

WEB_APPLICATION_REQUEST

public static final String WEB_APPLICATION_REQUEST
Sensor label indicating that a sensor is associated with a web application request.

See Also:
Constant Field Values

BUSINESS_LOGIC

public static final String BUSINESS_LOGIC
Sensor label indicating that a sensor is associated with business logic.

See Also:
Constant Field Values

PERSISTENCE

public static final String PERSISTENCE
Sensor label indicating that a sensor is associated with persistence logic.

See Also:
Constant Field Values

TRANSACTION

public static final String TRANSACTION
Sensor label indicating that a sensor is associated with a transaction.

See Also:
Constant Field Values

REMOTE_METHOD_CALL

public static final String REMOTE_METHOD_CALL
Sensor label indicating that a sensor is associated with a remote method call.

See Also:
Constant Field Values
Constructor Detail

SensorLabels

public SensorLabels()


Copyright © 2005-2006 SourceForge. All Rights Reserved.