Uses of Class
org.opennms.netmgt.dao.api.MonitoredServiceStatusEntity
-
Packages that use MonitoredServiceStatusEntity Package Description org.opennms.netmgt.dao.api org.opennms.netmgt.dao.hibernate org.opennms.netmgt.dao.mock -
-
Uses of MonitoredServiceStatusEntity in org.opennms.netmgt.dao.api
Methods in org.opennms.netmgt.dao.api that return types with arguments of type MonitoredServiceStatusEntity Modifier and Type Method 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)
-
Uses of MonitoredServiceStatusEntity in org.opennms.netmgt.dao.hibernate
Methods in org.opennms.netmgt.dao.hibernate that return types with arguments of type MonitoredServiceStatusEntity Modifier and Type Method Description List<MonitoredServiceStatusEntity>
ApplicationDaoHibernate. getAlarmStatus()
List<MonitoredServiceStatusEntity>
ApplicationDaoHibernate. getAlarmStatus(List<OnmsApplication> applications)
-
Uses of MonitoredServiceStatusEntity in org.opennms.netmgt.dao.mock
Methods in org.opennms.netmgt.dao.mock that return types with arguments of type MonitoredServiceStatusEntity Modifier and Type Method Description List<MonitoredServiceStatusEntity>
MockApplicationDao. getAlarmStatus()
List<MonitoredServiceStatusEntity>
MockApplicationDao. getAlarmStatus(List<OnmsApplication> applications)
-