Uses of Class
org.glite.ce.monitorapij.sensor.SensorOutputDataFormat

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

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

Methods in org.glite.ce.monitorapij.sensor that return SensorOutputDataFormat
 SensorOutputDataFormat AbstractSensor.getFormat(java.lang.String format)
          Get the SensorOutputDataFormat named as specified if it is supported.
 SensorOutputDataFormat[] AbstractSensor.getFormats()
          Get all the supported formats.
 SensorOutputDataFormat AbstractSensor.getDefaultFormat()
          Get the default format if previously set or the first saved supported format.
 SensorOutputDataFormat Sensor.getFormat(java.lang.String name)
          Get the SensorOutputDataFormat format specified by its name.
 SensorOutputDataFormat[] Sensor.getFormats()
          Get an array of all supported format.
 SensorOutputDataFormat Sensor.getDefaultFormat()
          Get the default format.
 SensorOutputDataFormat SensorEvent.getSensorOutputDataFormatApplied()
          Get the SensorOutputDataFormat applied to this event.
 

Methods in org.glite.ce.monitorapij.sensor with parameters of type SensorOutputDataFormat
 void AbstractSensor.setDefaultFormat(SensorOutputDataFormat format)
          Set the default format.
 void AbstractSensor.addFormat(SensorOutputDataFormat format)
          Add a format to the ArrayList of supported formats.
 void AbstractSensor.removeFormat(SensorOutputDataFormat format)
          Remove the specified format.
 boolean AbstractSensor.isFormatSupported(SensorOutputDataFormat sensorOutputDataFormat)
          Check if the specified SensorOutputDataFormat is supported.
 void Sensor.addFormat(SensorOutputDataFormat format)
          Add a format to the list of Sensor's supported formats.
 void Sensor.removeFormat(SensorOutputDataFormat format)
          Remove a format from the list of Sensor's supported formats.
 void Sensor.setDefaultFormat(SensorOutputDataFormat format)
          Set the default format.
 boolean Sensor.isFormatSupported(SensorOutputDataFormat format)
          Check if specified format is supported by the Sensor i.e.
 void SensorEvent.applyFormat(SensorOutputDataFormat dataformat)
          Apply a format to this event specifying the SensorOutputDataFormat.