Package | Description |
---|---|
org.opennms.netmgt.alarmd.api |
This file is part of OpenNMS(R).
|
org.opennms.netmgt.dao | |
org.opennms.netmgt.dao.api | |
org.opennms.netmgt.dao.hibernate | |
org.opennms.netmgt.dao.mock | |
org.opennms.netmgt.discovery | |
org.opennms.netmgt.model |
This file is part of OpenNMS(R).
|
Modifier and Type | Method and Description |
---|---|
OnmsDistPoller |
NorthboundAlarm.getPoller()
Gets the poller.
|
Modifier and Type | Method and Description |
---|---|
void |
NorthboundAlarm.setPoller(OnmsDistPoller poller)
Sets the poller.
|
Modifier and Type | Method and Description |
---|---|
OnmsEvent |
DatabasePopulator.buildEvent(OnmsDistPoller distPoller) |
Modifier and Type | Method and Description |
---|---|
OnmsDistPoller |
DistPollerDao.whoami()
This function returns the
OnmsDistPoller identity of the
local system so that events and other objects can be associated with
the local system. |
Modifier and Type | Method and Description |
---|---|
OnmsDistPoller |
DistPollerDaoHibernate.whoami() |
Modifier and Type | Method and Description |
---|---|
OnmsDistPoller |
MockDistPollerDao.whoami() |
Modifier and Type | Method and Description |
---|---|
protected void |
MockDistPollerDao.generateId(OnmsDistPoller dp) |
protected String |
MockDistPollerDao.getId(OnmsDistPoller dp) |
Modifier and Type | Method and Description |
---|---|
OnmsDistPoller |
DistPollerDaoMinion.get(String id) |
OnmsDistPoller |
DistPollerDaoMinion.load(String id) |
OnmsDistPoller |
DistPollerDaoMinion.whoami() |
Modifier and Type | Method and Description |
---|---|
List<OnmsDistPoller> |
DistPollerDaoMinion.findAll() |
List<OnmsDistPoller> |
DistPollerDaoMinion.findMatching(Criteria criteria) |
Modifier and Type | Method and Description |
---|---|
void |
DistPollerDaoMinion.delete(OnmsDistPoller entity) |
String |
DistPollerDaoMinion.save(OnmsDistPoller entity) |
void |
DistPollerDaoMinion.saveOrUpdate(OnmsDistPoller entity) |
void |
DistPollerDaoMinion.update(OnmsDistPoller entity) |
Constructor and Description |
---|
DistPollerDaoMinion(OnmsDistPoller distPoller) |
Modifier and Type | Method and Description |
---|---|
OnmsDistPoller |
NetworkBuilder.getDistPoller() |
OnmsDistPoller |
OnmsEvent.getDistPoller()
getDistPoller
|
OnmsDistPoller |
OnmsAlarm.getDistPoller()
getDistPoller
|
Modifier and Type | Method and Description |
---|---|
void |
OnmsEvent.setDistPoller(OnmsDistPoller distPoller)
setDistPoller
|
void |
OnmsAlarm.setDistPoller(OnmsDistPoller distPoller)
setDistPoller
|
Constructor and Description |
---|
NetworkBuilder(OnmsDistPoller distPoller)
Constructor for NetworkBuilder.
|
OnmsAlarm(Integer alarmid,
String eventuei,
OnmsDistPoller distPoller,
Integer counter,
Integer severity,
Date firsteventtime,
OnmsEvent event)
minimal constructor
|
OnmsEvent(Integer eventid,
String eventuei,
Date eventtime,
String eventsource,
OnmsDistPoller distPoller,
Date eventcreatetime,
Integer eventseverity,
String eventlog,
String eventdisplay,
OnmsNode node,
Set<OnmsNotification> notifications,
Set<OnmsOutage> outagesBySvcregainedeventid,
Set<OnmsOutage> outagesBySvclosteventid,
Set<OnmsAlarm> alarms)
minimal constructor
|
OnmsEvent(Integer eventid,
String eventuei,
Date eventtime,
String eventhost,
String eventsource,
InetAddress ipaddr,
OnmsDistPoller distPoller,
String eventsnmphost,
OnmsServiceType service,
String eventsnmp,
String eventparms,
Date eventcreatetime,
String eventdescr,
String eventloggroup,
String eventlogmsg,
Integer eventseverity,
String eventpathoutage,
String eventcorrelation,
Integer eventsuppressedcount,
String eventoperinstruct,
String eventautoaction,
String eventoperaction,
String eventoperactionmenutext,
String eventnotification,
String eventtticket,
Integer eventtticketstate,
String eventforward,
String eventmouseovertext,
String eventlog,
String eventdisplay,
String eventackuser,
Date eventacktime,
OnmsAlarm alarm,
OnmsNode node,
Set<OnmsNotification> notifications,
Set<OnmsOutage> outagesBySvcregainedeventid,
Set<OnmsOutage> outagesBySvclosteventid)
full constructor
|
Copyright © 2017. All rights reserved.