Package | Description |
---|---|
org.opennms.features.vaadin.events | |
org.opennms.features.vaadin.mibcompiler.services | |
org.opennms.netmgt.config | |
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 |
---|---|
List<Event> |
EventTable.getOnmsEvents()
Gets all the OpenNMS events.
|
Modifier and Type | Method and Description |
---|---|
void |
EventTable.addEvent(Event event)
Adds an event.
|
abstract void |
EventForm.deleteEvent(Event event)
Delete event.
|
abstract void |
EventForm.saveEvent(Event event)
Save event.
|
void |
EventForm.setEventDataSource(Event event)
Sets the Event Data Source
|
abstract void |
EventTable.updateExternalSource(Event event)
Update external source.
|
Modifier and Type | Method and Description |
---|---|
protected Event |
JsmiMibParser.getTrapEvent(org.jsmiparser.smi.Notification trap,
String ueibase)
Gets the trap event.
|
Modifier and Type | Method and Description |
---|---|
Event |
EventConfDao.findByEvent(Event matchingEvent)
findByEvent
|
Event |
DefaultEventConfDao.findByEvent(Event matchingEvent) |
Event |
EventConfDao.findByUei(String uei)
findByUei
|
Event |
DefaultEventConfDao.findByUei(String uei) |
static Event |
EventExpander.lookup(EventConfDao dao,
Event event)
This method is used to lookup the event configuration object based upon
information in the passed information.
|
Modifier and Type | Method and Description |
---|---|
List<Event> |
DefaultEventConfDao.getAllEvents() |
List<Event> |
EventConfDao.getEvents(String uei)
getEvents
|
List<Event> |
DefaultEventConfDao.getEvents(String uei) |
List<Event> |
EventConfDao.getEventsByLabel()
getEventsByLabel
|
List<Event> |
DefaultEventConfDao.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) |
void |
EventConfDao.addEventToProgrammaticStore(Event event)
Adds the given event to the programmatic event store.
|
void |
DefaultEventConfDao.addEventToProgrammaticStore(Event event) |
boolean |
EventConfDao.removeEventFromProgrammaticStore(Event event)
Removes the given event from the programmatic event store.
|
boolean |
DefaultEventConfDao.removeEventFromProgrammaticStore(Event event) |
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.findFirstMatchingEvent(Event matchingEvent) |
Event |
Events.findFirstMatchingEvent(Events.EventCriteria criteria) |
Event[] |
Events.getEvent() |
Event |
Events.getEvent(int index) |
Event |
Events.removeEventAt(int index) |
static Event |
Event.unmarshal(Reader reader) |
Modifier and Type | Method and Description |
---|---|
Enumeration<Event> |
Events.enumerateEvent() |
List<Event> |
Events.getEventCollection() |
Iterator<Event> |
Events.iterateEvent() |
Modifier and Type | Method and Description |
---|---|
void |
Events.addEvent(Event event) |
void |
Events.addEvent(int index,
Event event) |
List<String> |
Events.Partition.group(Event eventConf) |
boolean |
Events.EventCriteria.matches(Event e) |
T |
Events.EventCallback.process(T accum,
Event event) |
boolean |
Events.removeEvent(Event event) |
void |
Events.setEvent(Event[] events) |
void |
Events.setEvent(int index,
Event event) |
Modifier and Type | Method and Description |
---|---|
void |
Events.setEvent(List<Event> events) |
void |
Events.setEventCollection(List<Event> events) |
Copyright © 2015. All Rights Reserved.