Package com.illumon.iris.console.events
Class EmbeddedFetchQuery
java.lang.Object
com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery<Object>
com.illumon.iris.console.events.EmbeddedFetchQuery
- All Implemented Interfaces:
RemoteQuery<Object>
,Serializable
public final class EmbeddedFetchQuery extends ContextAwareRemoteQuery<Object>
EmbeddedDbConsole remote query to get a variable.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description EmbeddedFetchQuery(int groovySessionId, String name)
EmbeddedFetchQuery(int groovySessionId, String name, boolean isWidget, boolean isTable, boolean subscribe)
-
Method Summary
Methods inherited from class com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery
getClient, getLog, getRemoteQueryProcessor, getUserContext, initializeContext, initializeContext
-
Constructor Details
-
EmbeddedFetchQuery
public EmbeddedFetchQuery(int groovySessionId, String name, boolean isWidget, boolean isTable, boolean subscribe) -
EmbeddedFetchQuery
-
-
Method Details
-
execute
Description copied from interface:RemoteQuery
Execute a query on a remote host.- Parameters:
database
- database to use for execution.- Returns:
- result of the query.
-