public interface IAlertTask
extends java.rmi.Remote
Modifier and Type | Method and Description |
---|---|
java.lang.String |
addAlertAction(AlertActionConfig action) |
void |
deleteAlertAction(java.lang.String actionID) |
void |
dismissAlerts(java.lang.String[] alertKeyIDs) |
LGAlert |
getAlert(java.lang.String keyID) |
AlertActionConfig |
getAlertAction(java.lang.String key) |
AlertActionConfig[] |
getAlertActions() |
AlertPluginConfigLC[] |
getAlertPlugins() |
void |
testNotification(AlertActionConfig temporaryAlertConfig) |
void |
updateAlertAction(AlertActionConfig action) |
void dismissAlerts(java.lang.String[] alertKeyIDs) throws java.rmi.RemoteException
java.rmi.RemoteException
AlertActionConfig[] getAlertActions() throws java.rmi.RemoteException
java.rmi.RemoteException
void testNotification(AlertActionConfig temporaryAlertConfig) throws java.rmi.RemoteException
java.rmi.RemoteException
AlertActionConfig getAlertAction(java.lang.String key) throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String addAlertAction(AlertActionConfig action) throws java.rmi.RemoteException
java.rmi.RemoteException
AlertPluginConfigLC[] getAlertPlugins() throws java.rmi.RemoteException
java.rmi.RemoteException
LGAlert getAlert(java.lang.String keyID) throws java.rmi.RemoteException
java.rmi.RemoteException
void updateAlertAction(AlertActionConfig action) throws java.rmi.RemoteException
java.rmi.RemoteException
void deleteAlertAction(java.lang.String actionID) throws java.rmi.RemoteException
java.rmi.RemoteException