public interface ApplicationDao extends OnmsDao<OnmsApplication,Integer>
ApplicationDao interface.
Modifier and Type | Method and Description |
---|---|
OnmsApplication |
findByName(String label)
findByName
|
List<MonitoredServiceStatusEntity> |
getAlarmStatus()
Load all alarms from the alarm table which have a node id, ip address and service type set.
|
List<MonitoredServiceStatusEntity> |
getAlarmStatus(List<OnmsApplication> applications) |
List<ApplicationStatus> |
getApplicationStatus()
Determine the application's status.
|
List<ApplicationStatus> |
getApplicationStatus(List<OnmsApplication> applications)
same as
getApplicationStatus() but only calculates the status for the given applications. |
List<OnmsMonitoringLocation> |
getPerspectiveLocationsForService(int nodeId,
InetAddress ipAddress,
String serviceName) |
List<ServicePerspective> |
getServicePerspectives() |
clear, countAll, countMatching, delete, delete, findAll, findMatching, flush, get, initialize, load, lock, save, saveOrUpdate, update
OnmsApplication findByName(String label)
findByName
label
- a String
object.OnmsApplication
object.List<ApplicationStatus> getApplicationStatus()
List<ApplicationStatus> getApplicationStatus(List<OnmsApplication> applications)
getApplicationStatus()
but only calculates the status for the given applications.applications
- The applications to calculate the status for.List<MonitoredServiceStatusEntity> getAlarmStatus()
List<MonitoredServiceStatusEntity> getAlarmStatus(List<OnmsApplication> applications)
List<OnmsMonitoringLocation> getPerspectiveLocationsForService(int nodeId, InetAddress ipAddress, String serviceName)
List<ServicePerspective> getServicePerspectives()
Copyright © 2021. All rights reserved.