Package 

Interface IThingMatterDeviceCacheManager

    • Method Summary

      Modifier and Type Method Description
      abstract void addMatterDevice(ThingMatterDeviceBean matterDeviceBean)
      abstract void addMatterDevices(List<ThingMatterDeviceBean> deviceNodes)
      abstract ThingMatterDeviceBean getMatterDeviceBean(long fabricId, long nodeId)
      abstract ThingMatterDeviceBean getMatterDeviceBean(String devId)
      abstract String getDevId(long fabricId, long nodeId)
      abstract boolean remove(long fabricId, long nodeId)
      abstract boolean remove(String devId)
      abstract void removeCacheAndConnection(String devId)
      • Methods inherited from class java.lang.Object

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

      • addMatterDevice

         abstract void addMatterDevice(ThingMatterDeviceBean matterDeviceBean)
      • addMatterDevices

         abstract void addMatterDevices(List<ThingMatterDeviceBean> deviceNodes)
      • getMatterDeviceBean

         abstract ThingMatterDeviceBean getMatterDeviceBean(long fabricId, long nodeId)
      • getDevId

         abstract String getDevId(long fabricId, long nodeId)
      • remove

         abstract boolean remove(long fabricId, long nodeId)
      • remove

         abstract boolean remove(String devId)