Package | Description |
---|---|
org.opennms.netmgt.dao.mock | |
org.opennms.netmgt.eventd | |
org.opennms.netmgt.eventd.processor |
Modifier and Type | Class and Description |
---|---|
class |
MockEventWriter |
Modifier and Type | Class and Description |
---|---|
class |
EventExpander
This class is responsible for looking up the matching eventconf entry for an
event and loading info from the eventconf match to the event.
|
Modifier and Type | Method and Description |
---|---|
List<EventProcessor> |
DefaultEventHandlerImpl.getEventProcessors()
getEventProcessors
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultEventHandlerImpl.setEventProcessors(List<EventProcessor> eventProcessors)
setEventProcessors
|
Modifier and Type | Interface and Description |
---|---|
interface |
EventWriter
EventWriter stores the information for each 'Event' into the database.
|
Modifier and Type | Class and Description |
---|---|
class |
EventIpcBroadcastProcessor
EventProcessor that broadcasts events to other interested
daemons with EventIpcBroadcaster.broadcastNow(Event).
|
class |
EventParmRegexFilterProcessor |
class |
HibernateEventWriter
EventWriter loads the information in each 'Event' into the database.
|
Copyright © 2021. All rights reserved.