org.opennms.netmgt.linkd
Class LinkdEventProcessor

java.lang.Object
  extended by org.opennms.netmgt.linkd.LinkdEventProcessor

public final class LinkdEventProcessor
extends Object

Author:
Antonio Russo, Matt Brozowski , OpenNMS

Constructor Summary
LinkdEventProcessor()
           
 
Method Summary
 Linkd getLinkd()
           
 void handleInterfaceDeleted(Event event)
          Handle Interface Deleted Event
 void handleNodeDeleted(Event event)
          Handle a Node Deleted Event
 void handleNodeGainedService(Event event)
          Handle a Node Gained Service Event if service is SNMP
 void handleNodeLostService(Event event)
          Handle a Node Lost Service Event when service lost is SNMP
 void handleRegainedService(Event event)
          Handle a Node Regained Service Event where service is SNMP
 void setLinkd(Linkd linkd)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkdEventProcessor

public LinkdEventProcessor()
Method Detail

setLinkd

public void setLinkd(Linkd linkd)
Parameters:
linkd - the linkd to set

getLinkd

public Linkd getLinkd()

handleNodeDeleted

public void handleNodeDeleted(Event event)
                       throws InsufficientInformationException
Handle a Node Deleted Event

Parameters:
event -
Throws:
InsufficientInformationException

handleInterfaceDeleted

public void handleInterfaceDeleted(Event event)
                            throws InsufficientInformationException
Handle Interface Deleted Event

Parameters:
event -
Throws:
InsufficientInformationException

handleNodeGainedService

public void handleNodeGainedService(Event event)
                             throws InsufficientInformationException
Handle a Node Gained Service Event if service is SNMP

Parameters:
event -
Throws:
InsufficientInformationException

handleNodeLostService

public void handleNodeLostService(Event event)
                           throws InsufficientInformationException
Handle a Node Lost Service Event when service lost is SNMP

Parameters:
event -
Throws:
InsufficientInformationException

handleRegainedService

public void handleRegainedService(Event event)
                           throws InsufficientInformationException
Handle a Node Regained Service Event where service is SNMP

Parameters:
event -
Throws:
InsufficientInformationException


Copyright © 2011. All Rights Reserved.