public class MonitoringService extends java.lang.Object implements IMonitoring
Constructor and Description |
---|
MonitoringService(BmContext context) |
Modifier and Type | Method and Description |
---|---|
java.util.List<AlertInfo> |
collectAlerts(java.lang.String url,
int limit,
boolean filterResolved,
java.util.List<AlertLevel> level) |
java.util.List<AlertInfo> |
getAlerts(int limit,
boolean filterResolved,
java.util.List<AlertLevel> level) |
java.lang.String |
query(java.lang.String url,
int limit) |
public MonitoringService(BmContext context)
public java.util.List<AlertInfo> getAlerts(int limit, boolean filterResolved, java.util.List<AlertLevel> level)
getAlerts
in interface IMonitoring
public java.util.List<AlertInfo> collectAlerts(java.lang.String url, int limit, boolean filterResolved, java.util.List<AlertLevel> level) throws java.lang.Exception
java.lang.Exception
public java.lang.String query(java.lang.String url, int limit) throws java.lang.Exception
java.lang.Exception
Copyright © 2021. All Rights Reserved.