Package | Description |
---|---|
org.opennms.netmgt.dao | |
org.opennms.netmgt.dao.hibernate | |
org.opennms.netmgt.model.alarm | |
org.opennms.web.alarm |
TODO: add package overview sentence here.
|
Modifier and Type | Method and Description |
---|---|
List<AlarmSummary> |
AlarmDao.getNodeAlarmSummaries()
Get the list of current alarms per node with severity greater than normal,
reflecting the max severity, the minimum last event time and alarm count;
ordered by the oldest.
|
Modifier and Type | Method and Description |
---|---|
List<AlarmSummary> |
AlarmDaoHibernate.getNodeAlarmSummaries() |
Modifier and Type | Method and Description |
---|---|
int |
AlarmSummary.compareTo(AlarmSummary that) |
Modifier and Type | Method and Description |
---|---|
List<AlarmSummary> |
WebAlarmRepository.getCurrentNodeAlarmSummaries()
Gets the current node alarm summaries.
|
List<AlarmSummary> |
JdbcWebAlarmRepository.getCurrentNodeAlarmSummaries()
Deprecated.
|
List<AlarmSummary> |
DaoWebAlarmRepository.getCurrentNodeAlarmSummaries() |
Copyright © 2015. All Rights Reserved.