Package org.opennms.netmgt.enlinkd
Class EventProcessor
- java.lang.Object
-
- org.opennms.netmgt.enlinkd.EventProcessor
-
public final class EventProcessor extends Object
- Author:
- Antonio Russo, Matt Brozowski , OpenNMS
-
-
Constructor Summary
Constructors Constructor Description EventProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnhancedLinkdgetLinkd()voidhandleForceRescan(IEvent e)handleForceRescanvoidhandleNodeAdded(IEvent event)Handle a Node Deleted EventvoidhandleNodeDeleted(IEvent event)Handle a Node Deleted EventvoidhandleNodeGainedService(IEvent event)Handle a Node Gained Service Event if service is SNMPvoidhandleNodeLostService(IEvent event)Handle a Node Lost Service Event when service lost is SNMPvoidhandleRegainedService(IEvent event)Handle a Node Regained Service Event where service is SNMPvoidhandleReloadDaemonConfig(IEvent e)handleRealodDaemonconfigvoidhandleReloadTopology(IEvent e)voidsetLinkd(EnhancedLinkd linkd)
-
-
-
Method Detail
-
setLinkd
public void setLinkd(EnhancedLinkd linkd)
- Parameters:
linkd- the linkd to set
-
getLinkd
public EnhancedLinkd getLinkd()
-
handleNodeAdded
public void handleNodeAdded(IEvent event) throws InsufficientInformationException
Handle a Node Deleted Event- Parameters:
event-- Throws:
InsufficientInformationException
-
handleNodeDeleted
public void handleNodeDeleted(IEvent event) throws InsufficientInformationException
Handle a Node Deleted Event- Parameters:
event-- Throws:
InsufficientInformationException
-
handleNodeGainedService
public void handleNodeGainedService(IEvent event) throws InsufficientInformationException
Handle a Node Gained Service Event if service is SNMP- Parameters:
event-- Throws:
InsufficientInformationException
-
handleNodeLostService
public void handleNodeLostService(IEvent event) throws InsufficientInformationException
Handle a Node Lost Service Event when service lost is SNMP- Parameters:
event-- Throws:
InsufficientInformationException
-
handleRegainedService
public void handleRegainedService(IEvent event) throws InsufficientInformationException
Handle a Node Regained Service Event where service is SNMP- Parameters:
event-- Throws:
InsufficientInformationException
-
handleForceRescan
public void handleForceRescan(IEvent e)
handleForceRescan
- Parameters:
e- aIEventobject.
-
handleReloadDaemonConfig
public void handleReloadDaemonConfig(IEvent e)
handleRealodDaemonconfig
- Parameters:
e- aIEventobject.
-
handleReloadTopology
public void handleReloadTopology(IEvent e)
-
-