Uses of Interface
com.streambase.liveview.client.Query
Package
Description
Provides classes and interfaces fundamental to the LiveView Java API.
-
Uses of Query in com.streambase.liveview.client
Modifier and TypeClassDescriptionclass
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 TypeMethodDescriptionLiveViewConnection.describeQuery
(QueryConfig config) Get information about a query, such as its result schema, without actually running itQueryClosedEvent.getQuery()
Get the closed queryQueryListenerWrapper.getRealQuery()
LiveViewConnection.registerQuery
(QueryConfig config, QueryListener listener) Registers a new query on the server based on theQueryConfig
and sends query events to the specifiedQueryListener
.