public final class EventProcessor extends Object
Constructor and Description |
---|
EventProcessor() |
Modifier and Type | Method and Description |
---|---|
EnhancedLinkd |
getLinkd() |
void |
handleForceRescan(Event e)
handleForceRescan
|
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 |
handleNodeUpdated(Event e)
handleNodeUpdated
|
void |
handleRegainedService(Event event)
Handle a Node Regained Service Event where service is SNMP
|
void |
setLinkd(EnhancedLinkd linkd) |
public void setLinkd(EnhancedLinkd linkd)
linkd
- the linkd to setpublic EnhancedLinkd getLinkd()
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 handleNodeUpdated(Event e)
handleNodeUpdated
A re-import has occurred, attempt a rescan now.e
- a Event
object.Copyright © 2019. All rights reserved.