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

Packages that use AlarmListConnectionManager
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.qosd.ejb Package provides implementation of interface to remote AlarmMonitor bean on Jboss. 
org.openoss.opennms.spring.qosd.spring TODO: add package overview sentence here. 
 

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

Methods in org.openoss.opennms.spring.qosd with parameters of type AlarmListConnectionManager
 void QoSDimpl2.setalarmListConnectionManager(AlarmListConnectionManager alcm)
          Used by Spring Application context to pass in AlarmListConnectionManager
 void QoSD.setalarmListConnectionManager(AlarmListConnectionManager alcm)
          Used by Spring Application context to pass in AlarmListConnectionManager
 

Uses of AlarmListConnectionManager in org.openoss.opennms.spring.qosd.ejb
 

Classes in org.openoss.opennms.spring.qosd.ejb that implement AlarmListConnectionManager
 class AlarmListConnectionManagerJ2eeImpl
          This class provides an implimentation of a AlarmListConnectionManager which connects to an external AlarmMonitor bean in a J2ee container ( i.e.
 class AlarmListJ2eeConnectionManagerThread
          The AlarmListJ2eeConnectionManagerThread tries to register with the AlarmMonitorBean and maintains the connection for the QosD.
 

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

Classes in org.openoss.opennms.spring.qosd.spring that implement AlarmListConnectionManager
 class AlarmListConnectionManagerSpringImpl
           
 



Copyright ? 2006-2008. All Rights Reserved.