Package | Description |
---|---|
org.opennms.netmgt.capsd | |
org.opennms.netmgt.collectd |
Modifier and Type | Method and Description |
---|---|
static void |
EventUtils.checkEventId(Event e)
Ensures that the event has a database eventId
|
static void |
EventUtils.checkHost(Event e)
Ensures the given event has a host
|
static void |
EventUtils.checkInterface(Event e)
Ensures the given event has an interface
|
static void |
EventUtils.checkInterfaceOrIfIndex(Event e)
Ensures the given event has an interface or ifIndex
|
static void |
EventUtils.checkNodeId(Event e)
Ensures that the given Event has a node id
|
static void |
EventUtils.checkService(Event e)
Ensures that the given event has a service parameter
|
void |
BroadcastEventProcessor.handleAddInterface(Event event)
Process the event, add the specified interface into database.
|
void |
BroadcastEventProcessor.handleAddNode(Event event)
Process an addNode event.
|
void |
BroadcastEventProcessor.handleChangeService(Event event)
Process the event, add or remove a specified service from an interface.
|
void |
BroadcastEventProcessor.handleDeleteInterface(Event event)
Handle a deleteInterface Event.
|
void |
BroadcastEventProcessor.handleDeleteNode(Event event)
Handle a deleteNode Event.
|
void |
BroadcastEventProcessor.handleDeleteService(Event event)
Handle a deleteService Event.
|
void |
BroadcastEventProcessor.handleDupNodeDeleted(Event event)
This helper method removes a deleted node from Capsd's re-scan schedule.
|
void |
BroadcastEventProcessor.handleForceRescan(Event event)
Helper method that takes IP address from the force rescan event,
retrieves the nodeid (JDBC) and adds it to the rescan schedule for immediate
processing when the next thread is available.
|
void |
BroadcastEventProcessor.handleNewSuspect(Event event)
Helper method to add a node from the new suspect event Event to the suspect scan schedule.
|
void |
BroadcastEventProcessor.handleNodeAdded(Event event)
Adds the node from the event to the rescan schedule.
|
void |
BroadcastEventProcessor.handleNodeDeleted(Event event)
Handles the process of removing a deleted node from the rescan schedule.
|
void |
BroadcastEventProcessor.handleUpdateServer(Event event)
Handles the process of adding/updating a node.
|
void |
BroadcastEventProcessor.handleUpdateService(Event event)
Process the event, add or remove a specified interface/service pair into
the database.
|
static void |
EventUtils.requireParm(Event e,
String parmName)
Throw an exception if an event does have the required parameter
|
Modifier and Type | Method and Description |
---|---|
protected void |
Collectd.handleInsufficientInfo(InsufficientInformationException e)
handleInsufficientInfo
|
Copyright © 2015. All rights reserved.