org.openoss.opennms.spring.qosdrx
Class QoSDrxAlarmEventReceiverEventHandlerImplShell

java.lang.Object
  extended by org.openoss.opennms.spring.qosdrx.QoSDrxAlarmEventReceiverEventHandlerImplShell

public class QoSDrxAlarmEventReceiverEventHandlerImplShell
extends Object

This provides a shell implimentation into which business methods can be added

Version:
$Id: $
Author:
ranger

Constructor Summary
QoSDrxAlarmEventReceiverEventHandlerImplShell()
           
 
Method Summary
 void init()
          called to initialise the AlarmEventReceiverEventHandler must be called before all other classes
 void onNotifyAckStateChangedEvent(NotifyAckStateChangedEvent nasce, OssBeanAlarmEventReceiver callingAer)
          
 void onNotifyAlarmCommentsEvent(NotifyAlarmCommentsEvent nace, OssBeanAlarmEventReceiver callingAer)
          
 void onNotifyAlarmListRebuiltEvent(NotifyAlarmListRebuiltEvent nalre, OssBeanAlarmEventReceiver callingAer)
          
 void onNotifyChangedAlarmEvent(NotifyChangedAlarmEvent nchae, OssBeanAlarmEventReceiver callingAer)
          
 void onNotifyClearedAlarmEvent(NotifyClearedAlarmEvent nclae, OssBeanAlarmEventReceiver callingAer)
          
 void onNotifyNewAlarmEvent(NotifyNewAlarmEvent nnae, OssBeanAlarmEventReceiver callingAer)
          
 void onUnknownIRPEvt(IRPEvent irpevt, OssBeanAlarmEventReceiver callingAer)
          
 void onunknownObjectMessage(Object objectMessage, OssBeanAlarmEventReceiver callingAer)
          
 void setAlarmDao(AlarmDao alarmDao)
          Used by Spring Application context to pass in alarmDao
 void setAssetRecordDao(AssetRecordDao ar)
          Used by Spring Application context to pass in AssetRecordDao
 void setNodeDao(NodeDao nodedao)
          Used by Spring Application context to pass in NodeDaof
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QoSDrxAlarmEventReceiverEventHandlerImplShell

public QoSDrxAlarmEventReceiverEventHandlerImplShell()
Method Detail

setAssetRecordDao

public void setAssetRecordDao(AssetRecordDao ar)
Used by Spring Application context to pass in AssetRecordDao

Parameters:
ar - a AssetRecordDao object.

setNodeDao

public void setNodeDao(NodeDao nodedao)
Used by Spring Application context to pass in NodeDaof

Parameters:
nodedao - a NodeDao object.

setAlarmDao

public void setAlarmDao(AlarmDao alarmDao)
Used by Spring Application context to pass in alarmDao

Parameters:
alarmDao - a AlarmDao object.

init

public void init()
called to initialise the AlarmEventReceiverEventHandler must be called before all other classes


onNotifyNewAlarmEvent

public void onNotifyNewAlarmEvent(NotifyNewAlarmEvent nnae,
                                  OssBeanAlarmEventReceiver callingAer)


onNotifyClearedAlarmEvent

public void onNotifyClearedAlarmEvent(NotifyClearedAlarmEvent nclae,
                                      OssBeanAlarmEventReceiver callingAer)


onNotifyAckStateChangedEvent

public void onNotifyAckStateChangedEvent(NotifyAckStateChangedEvent nasce,
                                         OssBeanAlarmEventReceiver callingAer)


onNotifyAlarmCommentsEvent

public void onNotifyAlarmCommentsEvent(NotifyAlarmCommentsEvent nace,
                                       OssBeanAlarmEventReceiver callingAer)


onNotifyAlarmListRebuiltEvent

public void onNotifyAlarmListRebuiltEvent(NotifyAlarmListRebuiltEvent nalre,
                                          OssBeanAlarmEventReceiver callingAer)


onNotifyChangedAlarmEvent

public void onNotifyChangedAlarmEvent(NotifyChangedAlarmEvent nchae,
                                      OssBeanAlarmEventReceiver callingAer)


onUnknownIRPEvt

public void onUnknownIRPEvt(IRPEvent irpevt,
                            OssBeanAlarmEventReceiver callingAer)


onunknownObjectMessage

public void onunknownObjectMessage(Object objectMessage,
                                   OssBeanAlarmEventReceiver callingAer)



Copyright © 2011. All Rights Reserved.