public interface ILGAlertTask
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
void |
dismissAlertGroup(LGAlertGroupTO alerts) |
void |
dismissAlerts(java.lang.String[] alertKeyIDs) |
LGAlertGroupTO |
findAlertGroup(java.lang.String alertId) |
LGAlert[] |
findAlertsForGroup(LGAlertGroupTO group,
int maxResults) |
NetworkAlertStateType |
findAlertStatus(NetworkAlertStateQuery query) |
LGAlertGroupTO[] |
findAlertSummary(NetworkAlertStateQuery query) |
LGAlert[] |
findEquivalentAlerts(java.lang.String equivalenceId,
int maxResults) |
void dismissAlerts(java.lang.String[] alertKeyIDs)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionLGAlertGroupTO[] findAlertSummary(NetworkAlertStateQuery query) throws java.rmi.RemoteException
java.rmi.RemoteExceptionLGAlertGroupTO findAlertGroup(java.lang.String alertId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionNetworkAlertStateType findAlertStatus(NetworkAlertStateQuery query) throws java.rmi.RemoteException
java.rmi.RemoteExceptionLGAlert[] findEquivalentAlerts(java.lang.String equivalenceId, int maxResults) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid dismissAlertGroup(LGAlertGroupTO alerts) throws java.rmi.RemoteException
java.rmi.RemoteExceptionLGAlert[] findAlertsForGroup(LGAlertGroupTO group, int maxResults) throws java.rmi.RemoteException
java.rmi.RemoteException