AttributePolledList tmpAttributePolledList = null;
while (tmpAttElement.hasMoreElements()) {
tmpAttributePolledList = tmpAttElement.nextElement();
if (tmpAttributePolledList != null && tmpAttributePolledList.isRefresherStarted()
&& tmpAttributePolledList.isEmpty()) {
tmpAttributePolledList.stopRefresher();
}
}
Enumeration<DevicePolledList> tmpDevElement = m_deviceListTable.elements();
DevicePolledList tmpPolledList = null;