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.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractBatchedQueryListener.tupleAdded(TupleAddedEvent event)
Event when a new tuple is added to the result.
|
void |
AbstractQueryListener.tupleAdded(TupleAddedEvent event)
Event when a new tuple is added to the result.
|
void |
CompositeQueryListener.tupleAdded(TupleAddedEvent event)
Event when a new tuple is added to the result.
|
void |
DeleteQueryListener.tupleAdded(TupleAddedEvent event)
Event when a new tuple is added to the result.
|
void |
LiveResult.tupleAdded(TupleAddedEvent event)
Event when a new tuple is added to the result.
|
void |
QueryListener.tupleAdded(TupleAddedEvent event)
Event when a new tuple is added to the result.
|
void |
QueryListenerWrapper.tupleAdded(TupleAddedEvent event) |
void |
SnapshotQueryListener.tupleAdded(TupleAddedEvent event)
Event when a new tuple is added to the result.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractBatchedQueryListener.snapshot(java.util.List<TupleAddedEvent> eventList,
boolean complete)
This batch method is called one or more times for snapshot results.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IExecJavaAction.action(com.streambase.liveview.internal.protocol.jaxb.AlertRule actionRule,
com.streambase.liveview.internal.protocol.jaxb.AlertRule.Actions.Action action,
TupleAddedEvent event)
Deprecated.
Use ExecJavaActionClass
|