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.
|
org.openoss.opennms.spring.qosdrx |
The QoSDrx daemon implements multiple OSS/J JMS event
listener clients for OpenNMS.
|
Modifier and Type | Class and Description |
---|---|
class |
OssDaoOpenNMSImpl
OssDaoOpenNMSImpl class.
|
Modifier and Type | Method and Description |
---|---|
static OssDao |
OssDaoOpenNMSImplSingleton.getInstance()
Getter for the field
instance . |
Modifier and Type | Method and Description |
---|---|
void |
OnmsAlarmOssjMapper.setOssDao(OssDao _ossDao)
provides an interface to OpenNMS which provides a unified api
|
Modifier and Type | Method and Description |
---|---|
void |
QoSDimpl2.setOssDao(OssDao _ossDao)
provides an interface to OpenNMS which provides a unified api
|
void |
QoSD.setOssDao(OssDao _ossDao)
provides an interface to OpenNMS which provides a unified api
|
void |
OpenNMSEventHandlerThread.setOssDao(OssDao _ossDao)
provides an interface to OpenNMS which provides a unified api
|
Modifier and Type | Method and Description |
---|---|
void |
QoSDrxAlarmEventReceiverEventHandlerImpl2.setOssDao(OssDao _ossDao)
provides an interface to OpenNMS which provides a unified api
|
Copyright © 2015. All Rights Reserved.