Uses of Interface
org.openoss.opennms.spring.qosd.QoSD

Packages that use QoSD
org.openoss.opennms.spring.dao The OssDao package provides a buffer between the internals of OpenNMS and the requirements of the OSS/J code. 
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. 
 

Uses of QoSD in org.openoss.opennms.spring.dao
 

Methods in org.openoss.opennms.spring.dao with parameters of type QoSD
 void OssDaoOpenNMSImpl.setQoSD(QoSD _qoSD)
          Used by running QoSD to set up OssDao to call back alarm list updates
 

Uses of QoSD in org.openoss.opennms.spring.qosd
 

Classes in org.openoss.opennms.spring.qosd that implement QoSD
 class QoSDimpl2
          This class is a fiber scheduled by OpenNMS.
 



Copyright ? 2006-2008. All Rights Reserved.