Enumeration<DevicePolledList> tmpDevElement = m_deviceListTable.elements();
DevicePolledList tmpPolledList = null;
while (tmpDevElement.hasMoreElements()) {
tmpPolledList = tmpDevElement.nextElement();
if (tmpPolledList != null && tmpPolledList.isRefreshing() && tmpPolledList.isEmpty()) {
tmpPolledList.stopRefreshing();
}
}
// DeviceFactory.getInstance().stopRefresher();