Uses of Class
org.isam.exehda.services.Collector.SensorParameter

Packages that use Collector.SensorParameter
org.isam.exehda.services   
org.isam.exehda.services.primos   
org.isam.exehda.services.tips   
 

Uses of Collector.SensorParameter in org.isam.exehda.services
 

Methods in org.isam.exehda.services that return Collector.SensorParameter
 Collector.SensorParameter[] Collector.getSensorParameters(Collector.Sensor s)
          Describe getSensorParameters method here.
 Collector.SensorParameter[] Collector.Monitor.getSensorParameters(Collector.Sensor s)
          Returns the set of parameters supported by the given sensor.
 

Methods in org.isam.exehda.services with parameters of type Collector.SensorParameter
 java.lang.Object Collector.getSensorParameter(Collector.SensorParameter p)
          Describe getSensorParameter method here.
 void Collector.setSensorParameter(Collector.ConsumerId c, Collector.SensorParameter p, java.lang.Object v)
          Describe setSensorParameter method here.
 java.lang.Object Collector.Monitor.getSensorParameter(Collector.SensorParameter p)
          Queries the current value of a sensor parameter.
 void Collector.Monitor.setSensorParameter(Collector.SensorParameter p, java.lang.Object v)
          Sets the value of a sensor parameter.
 

Uses of Collector.SensorParameter in org.isam.exehda.services.primos
 

Methods in org.isam.exehda.services.primos that return Collector.SensorParameter
 Collector.SensorParameter[] NativeMonitor.getSensorParameters(Collector.Sensor s)
           
 Collector.SensorParameter[] CollectorImplCell.getSensorParameters(Collector.Sensor s)
           
 Collector.SensorParameter[] CollectorImplNode.getSensorParameters(Collector.Sensor s)
          Returns a list of the parameters supported by the given sensor.
 Collector.SensorParameter[] MetaSensor.getParameters()
          Returns the list of parameters supported by this sensor.
 

Methods in org.isam.exehda.services.primos with parameters of type Collector.SensorParameter
 java.lang.Object NativeMonitor.getSensorParameter(Collector.SensorParameter p)
           
 void NativeMonitor.setSensorParameter(Collector.SensorParameter p, java.lang.Object v)
           
 java.lang.Object CollectorImplCell.getSensorParameter(Collector.SensorParameter p)
           
 void CollectorImplCell.setSensorParameter(Collector.ConsumerId c, Collector.SensorParameter p, java.lang.Object v)
           
 java.lang.Object CollectorImplNode.getSensorParameter(Collector.SensorParameter p)
          Returns the current value of the given parameter.
 void CollectorImplNode.setSensorParameter(Collector.ConsumerId c, Collector.SensorParameter p, java.lang.Object v)
          Applyies a new value to the given sensor parameter.
 java.lang.Object MetaSensor.getParameter(Collector.SensorParameter p)
          Returns the current value assigned to the given parameter.
 void MetaSensor.setParameter(Collector.ConsumerId c, Collector.SensorParameter p, java.lang.Object v)
          Assigns a new value to the given parameter.
 

Uses of Collector.SensorParameter in org.isam.exehda.services.tips
 

Methods in org.isam.exehda.services.tips that return Collector.SensorParameter
 Collector.SensorParameter[] TipsMonitor.getSensorParameters(Collector.Sensor s)
           
 

Methods in org.isam.exehda.services.tips with parameters of type Collector.SensorParameter
 java.lang.Object TipsMonitor.getSensorParameter(Collector.SensorParameter p)
           
 void TipsMonitor.setSensorParameter(Collector.SensorParameter p, java.lang.Object v)