public final class EventProcessor extends Object
Constructor and Description |
---|
EventProcessor() |
Modifier and Type | Method and Description |
---|---|
EnhancedLinkd |
getLinkd() |
void |
handleForceRescan(Event e)
handleForceRescan
|
void |
handleNodeAdded(Event event)
Handle a Node 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 |
handleReloadDaemonConfig(Event e)
handleRealodDaemonconfig
|
void |
handleReloadTopology(Event e) |
void |
setLinkd(EnhancedLinkd linkd) |
public void setLinkd(EnhancedLinkd linkd)
linkd
- the linkd to setpublic EnhancedLinkd getLinkd()
public void handleNodeAdded(Event event) throws InsufficientInformationException
event
- InsufficientInformationException
public void handleNodeDeleted(Event event) throws InsufficientInformationException
event
- InsufficientInformationException
public void handleNodeGainedService(Event event) throws InsufficientInformationException
event
- InsufficientInformationException
public void handleNodeLostService(Event event) throws InsufficientInformationException
event
- InsufficientInformationException
public void handleRegainedService(Event event) throws InsufficientInformationException
event
- InsufficientInformationException
public void handleForceRescan(Event e)
handleForceRescan
e
- a Event
object.public void handleReloadDaemonConfig(Event e)
handleRealodDaemonconfig
e
- a Event
object.public void handleReloadTopology(Event e)
Copyright © 2021. All rights reserved.