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.RemoteException
LGAlertGroupTO[] findAlertSummary(NetworkAlertStateQuery query) throws java.rmi.RemoteException
java.rmi.RemoteException
LGAlertGroupTO findAlertGroup(java.lang.String alertId) throws java.rmi.RemoteException
java.rmi.RemoteException
NetworkAlertStateType findAlertStatus(NetworkAlertStateQuery query) throws java.rmi.RemoteException
java.rmi.RemoteException
LGAlert[] findEquivalentAlerts(java.lang.String equivalenceId, int maxResults) throws java.rmi.RemoteException
java.rmi.RemoteException
void dismissAlertGroup(LGAlertGroupTO alerts) throws java.rmi.RemoteException
java.rmi.RemoteException
LGAlert[] findAlertsForGroup(LGAlertGroupTO group, int maxResults) throws java.rmi.RemoteException
java.rmi.RemoteException