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 |
AbstractJdbcPersister
EventWriter loads the information in each 'Event' into the database.
|
class |
EventIpcBroadcastProcessor
EventProcessor that braodcasts events to other interested
daemons with EventIpcBroadcaster.broadcastNow(Event).
|
class |
EventParmRegexFilterProcessor |
class |
HibernateEventWriter
EventWriter loads the information in each 'Event' into the database.
|
class |
JdbcEventWriter
Deprecated.
Replace with a Hibernate implementation. See bug NMS-3033. Actually
it doesn't have any details. :P
http://issues.opennms.org/browse/NMS-3033
|
Copyright © 2017. All rights reserved.