Uses of Class
org.isam.exehda.services.Monitor.Sensor

Packages that use Monitor.Sensor
org.isam.exehda.services   
 

Uses of Monitor.Sensor in org.isam.exehda.services
 

Methods in org.isam.exehda.services that return Monitor.Sensor
 Monitor.Sensor[] Monitor.getSensors()
          Lists sensors made available by this monitor.
 Monitor.Sensor Monitor.SensorParameter.getSensor()
           
 

Methods in org.isam.exehda.services with parameters of type Monitor.Sensor
 void Monitor.setSensorEnabled(Monitor.Sensor s, boolean enable)
          Enable/disables the given sensor.
 boolean Monitor.isSensorEnabled(Monitor.Sensor s)
          Returns the enable state of the given sensor.
 Monitor.SensorParameter[] Monitor.getSensorParameters(Monitor.Sensor s)
          Lists the parameters supported by the given sensor.
 java.lang.Object Monitor.probeSensor(Monitor.Sensor s)
          Gets the current value of the given sensor.
 

Constructors in org.isam.exehda.services with parameters of type Monitor.Sensor
Monitor.SensorParameter(Monitor.Sensor s, java.lang.String n, java.lang.Class t)