Class DefaultInfoService

  • All Implemented Interfaces:
    de.jnkconsulting.e3dc.easyrscp.api.service.InfoService

    
    public final class DefaultInfoService
     implements InfoService
                        

    Default implementation of the InfoService

    Since:

    2.0

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      SystemInfo readSystemInfo()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultInfoService

        DefaultInfoService(ConnectionPool connectionPool, FrameConverter<SystemInfo> convertFrameToSystemInfo, FrameCreator<Void> createReadSystemInfoFrame)
        Parameters:
        connectionPool - ConnectionPool to use
        convertFrameToSystemInfo - Converter to create a SystemInfo object from a frame.
        createReadSystemInfoFrame - Creator for frames to query some basic system informations about the home power plant.