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.RemoteExceptionAlertActionConfig[] getAlertActions() throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid testNotification(AlertActionConfig temporaryAlertConfig) throws java.rmi.RemoteException
java.rmi.RemoteExceptionAlertActionConfig getAlertAction(java.lang.String key) throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String addAlertAction(AlertActionConfig action) throws java.rmi.RemoteException
java.rmi.RemoteExceptionAlertPluginConfigLC[] getAlertPlugins() throws java.rmi.RemoteException
java.rmi.RemoteExceptionLGAlert getAlert(java.lang.String keyID) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid updateAlertAction(AlertActionConfig action) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deleteAlertAction(java.lang.String actionID)
throws java.rmi.RemoteException
java.rmi.RemoteException