| Package | Description | 
|---|---|
| com.streambase.liveview.client.alert | 
 Provides classes and interfaces to set Alerts. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AlertRule | 
AlertManager.createAlertRule()
Creates a new alert rule. 
 | 
AlertRule | 
AlertManager.getAlertRule(long alertID)
Gets the alert rule specified by the id. 
 | 
AlertRule | 
AlertManager.setAlertRule(AlertRule rule)
Adds if it does not previously exist, or overwrites if it does (matching by id),
 the given alert rule onto the server. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<AlertRule> | 
AlertManager.getAlertRules(java.lang.String user)
Gets all available alert rules from the server for the given user. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AlertRule | 
AlertManager.setAlertRule(AlertRule rule)
Adds if it does not previously exist, or overwrites if it does (matching by id),
 the given alert rule onto the server. 
 | 
void | 
AlertManager.validateAlertRule(AlertRule rule)
Validates the given alert rule. 
 |