Package org.openoss.opennms.spring.qosd

Qosd responds to an alarm changed event by causing the OssDao to update it's cache of OnmsAlarm values with a new snapshot of the alarm list in the database, translates the OnmsAlarm values to OSS/J AlarmValues using the OnmsAlarmOssjMapper and then forwards this new list of alarms to the OSSBeans AlarmMonitor bean.

See:
          Description

Interface Summary
AlarmListConnectionManager  
QoSD  
 

Class Summary
Eventlist Class Eventlist.
OpenNMSEventHandlerThread This class provides a thread to decouple the OpenNMS event handling from updates to the Node list and the Alarm List in the ossDao.
PropertiesLoader Class to load properties from the properties file.
QoSDConfigFactory loads the Qosd configuration from QoSD-configuration.xml
QoSDConfiguration Class QoSDConfiguration.
QoSDimpl2 This class is a fiber scheduled by OpenNMS.
Setting Class Setting.
UEIHandler  
 

Package org.openoss.opennms.spring.qosd Description

Qosd responds to an alarm changed event by causing the OssDao to update it's cache of OnmsAlarm values with a new snapshot of the alarm list in the database, translates the OnmsAlarm values to OSS/J AlarmValues using the OnmsAlarmOssjMapper and then forwards this new list of alarms to the OSSBeans AlarmMonitor bean. The AlarmMonitor bean compares this new list with it's existing list and sends out AlarmEvents as alarms in its current list are added, deleted or changed to match the new list.



Copyright ? 2006-2008. All Rights Reserved.