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.model |
This file is part of OpenNMS(R).
|
org.opennms.netmgt.trapd |
Modifier and Type | Method and Description |
---|---|
void |
NorthboundAlarm.setPoller(OnmsDistPoller poller)
Sets the poller.
|
Modifier and Type | Method and Description |
---|---|
OnmsDistPoller |
DistPollerDaoDistributed.get(String id) |
OnmsDistPoller |
DistPollerDaoDistributed.load(String id) |
OnmsDistPoller |
DistPollerDaoDistributed.whoami() |
Modifier and Type | Method and Description |
---|---|
List<OnmsDistPoller> |
DistPollerDaoDistributed.findAll() |
List<OnmsDistPoller> |
DistPollerDaoDistributed.findMatching(Criteria criteria) |
Modifier and Type | Method and Description |
---|---|
OnmsEvent |
DatabasePopulator.buildEvent(OnmsDistPoller distPoller) |
void |
DistPollerDaoDistributed.delete(OnmsDistPoller entity) |
String |
DistPollerDaoDistributed.save(OnmsDistPoller entity) |
void |
DistPollerDaoDistributed.saveOrUpdate(OnmsDistPoller entity) |
void |
DistPollerDaoDistributed.update(OnmsDistPoller entity) |
Constructor and Description |
---|
DistPollerDaoDistributed(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 |
NetworkBuilder.getDistPoller() |
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
|
Constructor and Description |
---|
TrapSinkModule(TrapdConfig trapdConfig,
OnmsDistPoller distPoller) |
Copyright © 2021. All rights reserved.