Package | Description |
---|---|
org.opennms.netmgt.dao | |
org.opennms.netmgt.dao.hibernate | |
org.opennms.netmgt.model |
This file is part of OpenNMS(R).
|
org.opennms.web.rest |
Modifier and Type | Method and Description |
---|---|
int |
EventDao.deletePreviousEventsForAlarm(Integer id,
OnmsEvent e)
deletePreviousEventsForAlarm
|
Modifier and Type | Method and Description |
---|---|
int |
EventDaoHibernate.deletePreviousEventsForAlarm(Integer id,
OnmsEvent e)
deletePreviousEventsForAlarm
|
Modifier and Type | Method and Description |
---|---|
OnmsEvent |
OnmsNotification.getEvent()
getEvent
|
OnmsEvent |
OnmsAlarm.getLastEvent()
getLastEvent
|
OnmsEvent |
OnmsOutage.getServiceLostEvent()
getServiceLostEvent
|
OnmsEvent |
OnmsOutage.getServiceRegainedEvent()
getServiceRegainedEvent
|
Modifier and Type | Method and Description |
---|---|
List<OnmsEvent> |
OnmsEventCollection.getEvents()
getEvents
|
Modifier and Type | Method and Description |
---|---|
void |
OnmsNotification.setEvent(OnmsEvent event)
setEvent
|
void |
OnmsAlarm.setLastEvent(OnmsEvent event)
setLastEvent
|
void |
OnmsOutage.setServiceLostEvent(OnmsEvent svcLostEvent)
setServiceLostEvent
|
void |
OnmsOutage.setServiceRegainedEvent(OnmsEvent svcRegainedEvent)
setServiceRegainedEvent
|
Modifier and Type | Method and Description |
---|---|
void |
OnmsEventCollection.setEvents(List<OnmsEvent> events)
setEvents
|
Constructor and Description |
---|
OnmsAlarm(Integer alarmid,
String eventuei,
OnmsDistPoller distPoller,
Integer counter,
Integer severity,
Date firsteventtime,
OnmsEvent event)
minimal constructor
|
OnmsNotification(Integer notifyId,
String textMsg,
OnmsEvent event,
OnmsNode node,
Set<OnmsUserNotification> usersNotified)
minimal constructor
|
OnmsNotification(Integer notifyId,
String textMsg,
String subject,
String numericMsg,
Date pageTime,
Date respondTime,
String answeredBy,
InetAddress ipAddress,
OnmsServiceType serviceType,
String queueId,
OnmsEvent event,
OnmsNode node,
Set<OnmsUserNotification> usersNotified,
String notifConfigName)
full constructor
|
OnmsOutage(Date ifLostService,
Date ifRegainedService,
OnmsEvent eventBySvcRegainedEvent,
OnmsEvent eventBySvcLostEvent,
OnmsMonitoredService monitoredService,
Date suppressTime,
String suppressedBy)
full constructor
|
OnmsOutage(Date ifLostService,
OnmsEvent eventBySvcLostEvent,
OnmsMonitoredService monitoredService)
minimal constructor
|
Constructor and Description |
---|
OnmsEventCollection(Collection<? extends OnmsEvent> c)
Constructor for OnmsEventCollection.
|
Modifier and Type | Method and Description |
---|---|
OnmsEvent |
EventRestService.getEvent(String eventId)
getEvent
|
Copyright © 2015. All Rights Reserved.