- 
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
- 
initvoid init() Initialize the DeviceConnectionStatusProvider. 
- 
getDeviceLastConnectionTimeGet the last connection time of a device. 
- Parameters:
- datapathId- datapathId of node
 
- 
addDeviceLastConnectionTimeUpdate the last connection time of a device. 
- Parameters:
- datapathId- datapathId of node
- time- last connected time of datapathId
 
- 
removeDeviceLastConnectionTimevoid removeDeviceLastConnectionTime(BigInteger datapathId) Clear the last connection time of a device. 
- Parameters:
- datapathId- datapathId of node