Package 

Interface IAppDpParserPlugin

    • Method Summary

      Modifier and Type Method Description
      abstract IDeviceDpParser )>update(<ERROR CLASS> deviceBean) update device dp info
      abstract IDeviceDpParser )>update(<ERROR CLASS> groupBean) update group dp info
      abstract Unit remove(String id) remove cached parser
      abstract Unit removeAll(List<String> ids) remove cached parsers
      abstract IDeviceDpParser getParser(String id) get device(group) dp parse module
      • Methods inherited from class java.lang.Object

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

      • remove

         abstract Unit remove(String id)

        remove cached parser

        Parameters:
        id - device id DeviceBean.
      • removeAll

         abstract Unit removeAll(List<String> ids)

        remove cached parsers

      • getParser

         abstract IDeviceDpParser getParser(String id)

        get device(group) dp parse module

        Parameters:
        id - device id DeviceBean.