Uses of Interface
org.glite.ce.monitorapij.sensor.Sensor

Packages that use Sensor
org.glite.ce.monitorapij.sensor   
 

Uses of Sensor in org.glite.ce.monitorapij.sensor
 

Classes in org.glite.ce.monitorapij.sensor that implement Sensor
 class AbstractSensor
          Base abstract class which must be extended by all sensor plugins.
 

Methods in org.glite.ce.monitorapij.sensor that return Sensor
 Sensor SensorEvent.getSource()
          Get the source Sensor, i.e.
 

Constructors in org.glite.ce.monitorapij.sensor with parameters of type Sensor
SensorEvent(Sensor source, int eventID)
          Creates a new SensorEvent object specifying the source Sensor and an identifying id.
SensorEvent(Sensor source, int eventID, java.util.Calendar when)
          Creates a new SensorEvent object specifying the source Sensor, an identifying id and the referring time of the event.