Uses of Interface
com.streambase.liveview.client.Query
-
Packages that use Query Package Description com.streambase.liveview.client Provides classes and interfaces fundamental to the TIBCO LiveView Java API. -
-
Uses of Query in com.streambase.liveview.client
Classes in com.streambase.liveview.client that implement Query Modifier and Type Class 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.Methods in com.streambase.liveview.client that return Query Modifier and Type Method Description Query
LiveViewConnection. describeQuery(QueryConfig config)
Get information about a query, such as its result schema, without actually running itQuery
QueryClosedEvent. getQuery()
Get the closed queryQuery
QueryListenerWrapper. getRealQuery()
Query
LiveViewConnection. registerQuery(QueryConfig config, QueryListener listener)
Registers a new query on the server based on theQueryConfig
and sends query events to the specifiedQueryListener
.Methods in com.streambase.liveview.client with parameters of type Query Modifier and Type Method Description void
SnapshotQueryListener. setQuery(Query queryImpl)
void
QueryListenerWrapper. setRealQuery(Query realQuery)
Constructors in com.streambase.liveview.client with parameters of type Query Constructor Description QueryClosedEvent(Object source, Query query)
-