Package | Description |
---|---|
org.opennms.features.mibcompiler.services | |
org.opennms.features.vaadin.events | |
org.opennms.netmgt.config | |
org.opennms.netmgt.config.api | |
org.opennms.netmgt.dao.mock | |
org.opennms.netmgt.eventd | |
org.opennms.netmgt.eventd.datablock | |
org.opennms.netmgt.xml.eventconf |
This file is part of OpenNMS(R).
|
org.opennms.web.controller.admin.notifications |
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 |
EventForm.createBasicEvent()
Creates the OpenNMS event.
|
Event |
EventForm.getEvent()
Gets the event.
|
Event |
EventTable.getEvent(Object eventId)
Gets the event.
|
Modifier and Type | Method and Description |
---|---|
List<Event> |
EventTable.getOnmsEvents()
Gets the events.
|
Modifier and Type | Method and Description |
---|---|
Object |
EventTable.addEvent(Event event)
Adds the event.
|
void |
EventForm.setEvent(Event event)
Sets the event.
|
Constructor and Description |
---|
EventTable(List<Event> events)
Instantiates a new event table.
|
Modifier and Type | Method and Description |
---|---|
Event |
DefaultEventConfDao.findByEvent(Event matchingEvent) |
Event |
DefaultEventConfDao.findByUei(String uei) |
Modifier and Type | Method and Description |
---|---|
List<Event> |
DefaultEventConfDao.getAllEvents() |
List<Event> |
DefaultEventConfDao.getEvents(String uei) |
List<Event> |
DefaultEventConfDao.getEventsByLabel() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultEventConfDao.addEvent(Event event) |
void |
DefaultEventConfDao.addEventToProgrammaticStore(Event event) |
boolean |
DefaultEventConfDao.removeEventFromProgrammaticStore(Event event) |
Modifier and Type | Method and Description |
---|---|
Event |
EventConfDao.findByEvent(Event matchingEvent)
findByEvent
|
Event |
EventConfDao.findByUei(String uei)
findByUei
|
Modifier and Type | Method and Description |
---|---|
List<Event> |
EventConfDao.getEvents(String uei)
getEvents
|
List<Event> |
EventConfDao.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 |
EventConfDao.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.
|
Modifier and Type | Method and Description |
---|---|
Event |
MockEventConfDao.findByEvent(Event matchingEvent) |
Event |
MockEventIpcManager.EmptyEventConfDao.findByEvent(Event matchingEvent) |
Event |
MockEventConfDao.findByUei(String uei) |
Event |
MockEventIpcManager.EmptyEventConfDao.findByUei(String uei) |
Modifier and Type | Method and Description |
---|---|
List<Event> |
MockEventConfDao.getEvents(String uei) |
List<Event> |
MockEventIpcManager.EmptyEventConfDao.getEvents(String uei) |
List<Event> |
MockEventConfDao.getEventsByLabel() |
List<Event> |
MockEventIpcManager.EmptyEventConfDao.getEventsByLabel() |
Modifier and Type | Method and Description |
---|---|
void |
MockEventConfDao.addEvent(Event event) |
void |
MockEventIpcManager.EmptyEventConfDao.addEvent(Event event) |
void |
MockEventConfDao.addEventToProgrammaticStore(Event event) |
void |
MockEventIpcManager.EmptyEventConfDao.addEventToProgrammaticStore(Event event) |
boolean |
MockEventConfDao.removeEventFromProgrammaticStore(Event event) |
boolean |
MockEventIpcManager.EmptyEventConfDao.removeEventFromProgrammaticStore(Event event) |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
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.getEventByUeiOptimistic(String uei)
Quick-look for Events by UEI with the caveat that not all Events can be looked up this way.
|
Modifier and Type | Method and Description |
---|---|
List<Event> |
Events.getEvents() |
Modifier and Type | Method and Description |
---|---|
void |
Events.addEvent(Event event) |
int |
EventLabelComparator.compare(Event e1,
Event e2) |
int |
Event.compareTo(Event o) |
List<String> |
Partition.group(Event eventConf) |
List<String> |
EnterpriseIdPartition.group(Event eventConf) |
boolean |
Events.EventCriteria.matches(Event e) |
T |
Events.EventCallback.process(T accum,
Event event) |
boolean |
Events.removeEvent(Event event) |
Modifier and Type | Method and Description |
---|---|
void |
Events.setEvents(List<Event> events) |
Modifier and Type | Method and Description |
---|---|
boolean |
ChooseUeisController.isDisappearingEvent(Event e) |
Copyright © 2021. All rights reserved.