public final class EventProcessor extends Object
Constructor and Description |
---|
EventProcessor() |
Modifier and Type | Method and Description |
---|---|
EnhancedLinkd |
getLinkd() |
void |
handleForceRescan(IEvent e)
handleForceRescan
|
void |
handleNodeAdded(IEvent event)
Handle a Node Deleted Event
|
void |
handleNodeDeleted(IEvent event)
Handle a Node Deleted Event
|
void |
handleNodeGainedService(IEvent event)
Handle a Node Gained Service Event if service is SNMP
|
void |
handleNodeLostService(IEvent event)
Handle a Node Lost Service Event when service lost is SNMP
|
void |
handleRegainedService(IEvent event)
Handle a Node Regained Service Event where service is SNMP
|
void |
handleReloadDaemonConfig(IEvent e)
handleRealodDaemonconfig
|
void |
handleReloadTopology(IEvent e) |
void |
setLinkd(EnhancedLinkd linkd) |
public void setLinkd(EnhancedLinkd linkd)
linkd
- the linkd to setpublic EnhancedLinkd getLinkd()
public void handleNodeAdded(IEvent event) throws InsufficientInformationException
event
- InsufficientInformationException
public void handleNodeDeleted(IEvent event) throws InsufficientInformationException
event
- InsufficientInformationException
public void handleNodeGainedService(IEvent event) throws InsufficientInformationException
event
- InsufficientInformationException
public void handleNodeLostService(IEvent event) throws InsufficientInformationException
event
- InsufficientInformationException
public void handleRegainedService(IEvent event) throws InsufficientInformationException
event
- InsufficientInformationException
public void handleForceRescan(IEvent e)
handleForceRescan
e
- a IEvent
object.public void handleReloadDaemonConfig(IEvent e)
handleRealodDaemonconfig
e
- a IEvent
object.public void handleReloadTopology(IEvent e)
Copyright © 2021. All rights reserved.