Package | Description |
---|---|
com.streambase.liveview.client |
Provides classes and interfaces fundamental to the TIBCO Live Datamart Java API.
|
Modifier and Type | Class and Description |
---|---|
class |
QueryListenerWrapper
This class is used by LiveViewMultiConnectionImpl to wrap BOTH the queryListener that the
user passes in to an execQuery, AND the Query that is passed back to him.
|
Modifier and Type | Method and Description |
---|---|
Query |
LiveViewConnection.describeQuery(QueryConfig config)
Get information about a query, such as its result schema, without actually running it
|
Query |
QueryClosedEvent.getQuery()
Get the closed query
|
Query |
QueryListenerWrapper.getRealQuery() |
Query |
LiveViewConnection.registerQuery(QueryConfig config,
QueryListener listener)
Registers a new query on the server based on the
QueryConfig and sends query events
to the specified QueryListener . |
Modifier and Type | Method and Description |
---|---|
void |
SnapshotQueryListener.setQuery(Query queryImpl) |
void |
QueryListenerWrapper.setRealQuery(Query realQuery) |
Constructor and Description |
---|
QueryClosedEvent(java.lang.Object source,
Query query) |