-
Method Summary
void
Update the last connection time of a device.
Get the last connection time of a device.
void
Initialize the DeviceConnectionStatusProvider.
void
Clear the last connection time of a device.
-
Method Details
-
init
void init()
Initialize the DeviceConnectionStatusProvider.
-
getDeviceLastConnectionTime
Get the last connection time of a device.
- Parameters:
datapathId
- datapathId of node
-
addDeviceLastConnectionTime
Update the last connection time of a device.
- Parameters:
datapathId
- datapathId of node
time
- last connected time of datapathId
-
removeDeviceLastConnectionTime
void removeDeviceLastConnectionTime(BigInteger datapathId)
Clear the last connection time of a device.
- Parameters:
datapathId
- datapathId of node