public final class LinkdEventProcessor extends Object
| Constructor and Description |
|---|
LinkdEventProcessor() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public void setLinkd(Linkd linkd)
linkd - the linkd to setpublic Linkd getLinkd()
public void handleNodeDeleted(Event event) throws InsufficientInformationException
event - InsufficientInformationExceptionpublic void handleInterfaceDeleted(Event event) throws InsufficientInformationException
event - InsufficientInformationExceptionpublic void handleNodeGainedService(Event event) throws InsufficientInformationException
event - InsufficientInformationExceptionpublic void handleNodeLostService(Event event) throws InsufficientInformationException
event - InsufficientInformationExceptionpublic void handleRegainedService(Event event) throws InsufficientInformationException
event - InsufficientInformationExceptionCopyright © 2015. All rights reserved.