Class RedisClient.RedisSensor

java.lang.Object
at.ac.ait.lablink.core.service.LlServiceBase
at.ac.ait.lablink.core.service.LlService<Double>
at.ac.ait.lablink.core.service.LlServiceDouble
at.ac.ait.lablink.clients.redisclient.RedisClient.RedisSensor
All Implemented Interfaces:
Cloneable
Enclosing class:
RedisClient

class RedisClient.RedisSensor
extends at.ac.ait.lablink.core.service.LlServiceDouble
Class RedisSensor. Subclass of LLServiceDouble. Provides access to a redis key
  • Field Summary

    Fields inherited from class at.ac.ait.lablink.core.service.LlService

    notifiers

    Fields inherited from class at.ac.ait.lablink.core.service.LlServiceBase

    logger, name, properties, readOnly
  • Constructor Summary

    Constructors 
    Constructor Description
    RedisSensor()  
  • Method Summary

    Modifier and Type Method Description
    Double get()  
    boolean set​(Double newVal)  

    Methods inherited from class at.ac.ait.lablink.core.service.LlService

    addStateChangeNotifier, getCurState, getServiceDataType, getServiceDataTypeClass, setCurState

    Methods inherited from class at.ac.ait.lablink.core.service.LlServiceBase

    addProperty, clone, duplicate, getName, getProperties, getProperty, isReadOnly, setName, setProperties, setReadOnly

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • get

      public Double get()
      Specified by:
      get in class at.ac.ait.lablink.core.service.LlService<Double>
      See Also:
      LlService.get()
    • set

      public boolean set​(Double newVal)
      Specified by:
      set in class at.ac.ait.lablink.core.service.LlService<Double>
      See Also:
      LlService.set( java.lang.Object )