|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.linkd.LinkdEventProcessor
public final class LinkdEventProcessor
| 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 |
|---|
public LinkdEventProcessor()
| Method Detail |
|---|
public void setLinkd(Linkd linkd)
linkd - the linkd to setpublic Linkd getLinkd()
public void handleNodeDeleted(Event event)
throws InsufficientInformationException
event -
InsufficientInformationException
public void handleInterfaceDeleted(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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||