Class RedisClient.RedisActuator

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.RedisActuator
All Implemented Interfaces:
Cloneable
Enclosing class:
RedisClient

class RedisClient.RedisActuator
extends at.ac.ait.lablink.core.service.LlServiceDouble
Class RedisActuator. 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
    RedisActuator()  
  • 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 )