public interface MonitoringRepository
| Modifier and Type | Method and Description |
|---|---|
int |
count()
Returns the number of
Monitors in this repository. |
List<com.jamonapi.Monitor> |
find(MonitorSpecification specification)
Returns all
Monitor that satisfy the given MonitorSpecification. |
com.jamonapi.Monitor |
findMonitorByLabel(String monitorLabel)
Returns
Monitor that registered under the given monitorLabel |
int count()
Monitors in this repository.Monitors.com.jamonapi.Monitor findMonitorByLabel(String monitorLabel)
Monitor that registered under the given monitorLabelmonitorLabel - The label of the monitor to be returnednull.List<com.jamonapi.Monitor> find(MonitorSpecification specification)
Monitor that satisfy the given MonitorSpecification.specification - The MonitorSpecification to satisfyMonitorSpecification.Copyright © 2017. All rights reserved.