Package | Description |
---|---|
org.opennms.netmgt.dao.api | |
org.opennms.netmgt.dao.hibernate | |
org.opennms.netmgt.dao.mock |
Modifier and Type | Method and Description |
---|---|
List<MonitoredServiceStatusEntity> |
ApplicationDao.getAlarmStatus()
Load all alarms from the alarm table which have a node id, ip address and service type set.
|
List<MonitoredServiceStatusEntity> |
ApplicationDao.getAlarmStatus(List<OnmsApplication> applications) |
Modifier and Type | Method and Description |
---|---|
List<MonitoredServiceStatusEntity> |
ApplicationDaoHibernate.getAlarmStatus() |
List<MonitoredServiceStatusEntity> |
ApplicationDaoHibernate.getAlarmStatus(List<OnmsApplication> applications) |
Modifier and Type | Method and Description |
---|---|
List<MonitoredServiceStatusEntity> |
MockApplicationDao.getAlarmStatus() |
List<MonitoredServiceStatusEntity> |
MockApplicationDao.getAlarmStatus(List<OnmsApplication> applications) |
Copyright © 2021. All rights reserved.