| Interface | Description |
|---|---|
| AlertManager |
This class provides access to LiveView alert related functionality.
|
| AlertRule |
Represents an alert rule suitable for residing in a TIBCO Live Datamart server.
|
| AlertRuleAction | |
| ExecuteJavaAction |
An action that will execute a java action on the server.
|
| ExecuteOSCommandAction |
Executes an OS Command.
|
| IExecJavaAction |
Classes that implement IExecJavaAction can be the target of Alert actions.
|
| IssueDeleteQueryAction |
Issues a Delete Query
|
| PublishAlertAction |
Adds an alert to the Alert table
|
| SendEmailAction |
Causes an email to be sent when this alert is triggered.
|
| SendTupleAction |
An action which will send a Tuple to a named InputStream
|
| Enum | Description |
|---|---|
| AlertRuleAction.ActionType |
Gets the type of the action, with a readable form.
|
| LiveViewAlertType |