Package | Description |
---|---|
com.streambase.liveview.client.alert |
Provides classes and interfaces to set Alerts.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ExecuteJavaAction
An action that will execute a java action on the server.
|
interface |
ExecuteOSCommandAction
An action to execute an OS Command.
|
interface |
IssueDeleteQueryAction
Issues a Delete Query
|
interface |
LVPublishAlertAction
An action to publish to Liveview tables
|
interface |
PublishAlertAction
Adds an alert to the LVAlerts table
|
interface |
SendEmailAction
Causes an email to be sent when this alert is triggered.
|
interface |
SendTupleAction
An action which will send a Tuple to a named InputStream
|
Modifier and Type | Method and Description |
---|---|
java.util.List<AlertRuleAction> |
AlertRule.getActions()
This gets the live list of actions, so you could remove or rearrange these, and the changes will be saved if you save the Alert.
|