Package | Description |
---|---|
com.streambase.liveview.client |
Provides classes and interfaces fundamental to the TIBCO Live Datamart Java API.
|
com.streambase.liveview.client.alert |
Provides classes and interfaces to set Alerts.
|
Class and Description |
---|
AlertManager
This class provides access to LiveView alert related functionality.
|
Class and Description |
---|
AlertRule
Represents an alert rule suitable for residing in a TIBCO Live Datamart server.
|
AlertRule.Type
Gets the type of alert, currently 2 types are supported: Cron Alert and Query Alert
|
AlertRuleAction
Represents an alert rule action suitable for residing in a TIBCO Live Datamart server.
|
AlertRuleAction.ActionType
Gets the type of the action, with a readable form.
|
ExecuteJavaAction
An action that will execute a java action on the server.
|
ExecuteOSCommandAction
An action to execute an OS Command.
|
IssueDeleteQueryAction
Issues a Delete Query
|
LiveViewAlertType |
LVPublishAlertAction
An action to publish to Liveview tables
|
PublishAlertAction
Adds an alert to the LVAlerts 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
|