Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
OssDaoOpenNMSImpl.setQoSD(QoSD _qoSD)
Used by running QoSD to set up OssDao to call back alarm list updates
|
void |
OssDao.setQoSD(QoSD qoSD)
Used by running QoSD to set up OssDao to call back alarm list updates
|
Modifier and Type | Class and Description |
---|---|
class |
QoSDimpl2
This class is a fiber scheduled by OpenNMS.
|
Copyright © 2015. All Rights Reserved.