|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.provision.adapters.link.LinkEventCorrelator
public class LinkEventCorrelator
| Constructor Summary | |
|---|---|
LinkEventCorrelator()
Constructor for LinkEventCorrelator. |
|
| Method Summary | |
|---|---|
void |
handleInterfaceDown(Event e)
handleInterfaceDown |
void |
handleInterfaceUp(Event e)
handleInterfaceUp |
void |
handleNodeDown(Event e)
handleNodeDown |
void |
handleNodeGainedService(Event e)
handleNodeGainedService |
void |
handleNodeLostService(Event e)
handleNodeLostService |
void |
handleNodeRegainedService(Event e)
handleNodeRegainedService |
void |
handleNodeUp(Event e)
handleNodeUp |
void |
handleServiceDeleted(Event e)
handleServiceDeleted |
void |
handleServiceResponsive(Event e)
handleServiceResponsive |
void |
handleServiceUnmanaged(Event e)
handleServiceUnmanaged |
void |
handleServiceUnresponsive(Event e)
handleServiceUnresponsive |
boolean |
isLinkUp(Event e)
isLinkUp |
boolean |
isSnmpPrimary(int nodeId,
String ipAddr)
isSnmpPrimary |
void |
logEvent(Event e)
logEvent |
boolean |
nodeHasEndPointService(int nodeId)
nodeHasEndPointService |
void |
setEndPointConfigDao(EndPointConfigurationDao endPointConfigDao)
setEndPointConfigDao |
void |
setEventForwarder(EventForwarder forwarder)
setEventForwarder |
void |
setNodeLinkService(NodeLinkService nodeLinkService)
setNodeLinkService |
void |
updateLinkStatus(Event e)
updateLinkStatus |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LinkEventCorrelator()
Constructor for LinkEventCorrelator.
| Method Detail |
|---|
public boolean isLinkUp(Event e)
isLinkUp
e - a Event object.
public void logEvent(Event e)
logEvent
e - a Event object.@Transactional public void handleNodeDown(Event e)
handleNodeDown
e - a Event object.@Transactional public void handleNodeUp(Event e)
handleNodeUp
e - a Event object.@Transactional public void handleInterfaceDown(Event e)
handleInterfaceDown
e - a Event object.@Transactional public void handleInterfaceUp(Event e)
handleInterfaceUp
e - a Event object.@Transactional public void handleServiceUnresponsive(Event e)
handleServiceUnresponsive
e - a Event object.@Transactional public void handleServiceResponsive(Event e)
handleServiceResponsive
e - a Event object.@Transactional public void handleNodeGainedService(Event e)
handleNodeGainedService
e - a Event object.@Transactional public void handleNodeLostService(Event e)
handleNodeLostService
e - a Event object.@Transactional public void handleNodeRegainedService(Event e)
handleNodeRegainedService
e - a Event object.@Transactional public void handleServiceUnmanaged(Event e)
handleServiceUnmanaged
e - a Event object.@Transactional public void handleServiceDeleted(Event e)
handleServiceDeleted
e - a Event object.
public boolean isSnmpPrimary(int nodeId,
String ipAddr)
isSnmpPrimary
nodeId - a int.ipAddr - a String object.
public boolean nodeHasEndPointService(int nodeId)
nodeHasEndPointService
nodeId - a int.
public void updateLinkStatus(Event e)
updateLinkStatus
e - a Event object.public void setEventForwarder(EventForwarder forwarder)
setEventForwarder
forwarder - a EventForwarder object.public void setNodeLinkService(NodeLinkService nodeLinkService)
setNodeLinkService
nodeLinkService - a NodeLinkService object.public void setEndPointConfigDao(EndPointConfigurationDao endPointConfigDao)
setEndPointConfigDao
endPointConfigDao - a EndPointConfigurationDao object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||