Uses of Class
org.openoss.opennms.spring.dao.OssDaoOpenNMSImpl

Packages that use OssDaoOpenNMSImpl
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. 
 

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

Subclasses of OssDaoOpenNMSImpl in org.openoss.opennms.spring.dao
 class OssDaoOpenNMSImplSingleton
          Wrapper class for OssDaoOpenNMSImpl which makes it onto a singleton which can be shared between Qosd and QoSDrx when either one or or both applications are running.
 

Methods in org.openoss.opennms.spring.dao with parameters of type OssDaoOpenNMSImpl
 void OnmsAlarmOssjMapper.setossDao(OssDaoOpenNMSImpl _ossDao)
          provides an interface to OpenNMS which provides a unified api
 

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

Methods in org.openoss.opennms.spring.qosd with parameters of type OssDaoOpenNMSImpl
 void OpenNMSEventHandlerThread.setossDao(OssDaoOpenNMSImpl _ossDao)
          provides an interface to OpenNMS which provides a unified api
 void QoSDimpl2.setossDao(OssDaoOpenNMSImpl _ossDao)
          provides an interface to OpenNMS which provides a unified api
 void QoSD.setossDao(OssDaoOpenNMSImpl _ossDao)
          provides an interface to OpenNMS which provides a unified api
 

Uses of OssDaoOpenNMSImpl in org.openoss.opennms.spring.qosdrx
 

Methods in org.openoss.opennms.spring.qosdrx with parameters of type OssDaoOpenNMSImpl
 void QoSDrxAlarmEventReceiverEventHandlerImpl2.setossDao(OssDaoOpenNMSImpl _ossDao)
          provides an interface to OpenNMS which provides a unified api
 



Copyright ? 2006-2008. All Rights Reserved.