Package | Description |
---|---|
org.opennms.netmgt.config |
TODO: add package overview sentence here.
|
org.opennms.netmgt.eventd.datablock |
TODO: add package overview sentence here.
|
org.opennms.netmgt.xml.eventconf |
This file is part of OpenNMS(R).
|
Modifier and Type | Method and Description |
---|---|
Event |
EventConfDao.findByEvent(Event matchingEvent)
findByEvent
|
Event |
DefaultEventConfDao.findByEvent(Event matchingEvent)
findByEvent
|
Event |
EventConfDao.findByUei(String uei)
findByUei
|
Event |
DefaultEventConfDao.findByUei(String uei)
findByUei
|
Modifier and Type | Method and Description |
---|---|
List<Event> |
EventConfDao.getEvents(String uei)
getEvents
|
List<Event> |
DefaultEventConfDao.getEvents(String uei)
getEvents
|
List<Event> |
EventConfDao.getEventsByLabel()
getEventsByLabel
|
List<Event> |
DefaultEventConfDao.getEventsByLabel()
getEventsByLabel
|
Modifier and Type | Method and Description |
---|---|
void |
EventConfDao.addEvent(Event event)
Adds the event to the root level event config storage (file).
|
void |
DefaultEventConfDao.addEvent(Event event)
Adds the event to the root level event config storage (file).
|
void |
EventConfDao.addEventToProgrammaticStore(Event event)
Adds the given event to the programmatic event store.
|
void |
DefaultEventConfDao.addEventToProgrammaticStore(Event event)
Adds the given event to the programmatic event store.
|
boolean |
EventConfDao.removeEventFromProgrammaticStore(Event event)
Removes the given event from the programmatic event store.
|
boolean |
DefaultEventConfDao.removeEventFromProgrammaticStore(Event event)
Removes the given event from the programmatic event store.
|
Modifier and Type | Method and Description |
---|---|
Event |
EventConfData.getEvent(Event event)
Get the right configuration for the event - the eventkey is used first.
|
Event |
EventConfData.getEventByUEI(String uei)
Get the event with the specified uei
|
Modifier and Type | Method and Description |
---|---|
void |
EventConfData.put(Event event)
Add an event - add to the 'EventKey' map using the event mask by default.
|
void |
EventConfData.put(EventKey key,
Event event)
Add an event with the specified key
|
Constructor and Description |
---|
EventKey(Event event)
Constructor for this class
|
Modifier and Type | Method and Description |
---|---|
Event[] |
Events.getEvent()
Method getEvent.Returns the contents of the collection in an
Array.
|
Event |
Events.getEvent(int index)
Method getEvent.
|
Event |
Events.removeEventAt(int index)
Method removeEventAt.
|
static Event |
Event.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Event> |
Events.enumerateEvent()
Method enumerateEvent.
|
List<Event> |
Events.getEventCollection()
Method getEventCollection.Returns a reference to
'_eventList'.
|
Iterator<Event> |
Events.iterateEvent()
Method iterateEvent.
|
Modifier and Type | Method and Description |
---|---|
void |
Events.addEvent(Event vEvent) |
void |
Events.addEvent(int index,
Event vEvent) |
boolean |
Events.removeEvent(Event vEvent)
Method removeEvent.
|
void |
Events.setEvent(Event[] vEventArray) |
void |
Events.setEvent(int index,
Event vEvent) |
Modifier and Type | Method and Description |
---|---|
void |
Events.setEvent(List<Event> vEventList)
Sets the value of '_eventList' by copying the given Vector.
|
void |
Events.setEventCollection(List<Event> eventList)
Deprecated.
|
Copyright © 2015. All Rights Reserved.