public interface ApplicationDao extends OnmsDao<OnmsApplication,Integer>
ApplicationDao interface.
Modifier and Type | Method and Description |
---|---|
OnmsApplication |
findByName(String label)
findByName
|
List<ApplicationStatusEntity> |
getAlarmStatus()
Load all alarms from the alarm table which have a node id, ip address and service type set.
|
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. |
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<ApplicationStatusEntity> getAlarmStatus()
Copyright © 2021. All rights reserved.