Package com.illumon.iris.db.tables.utils
Class LiveWidgetUtils.ACLApplier
java.lang.Object
com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery<Object>
com.illumon.iris.db.tables.utils.LiveWidgetUtils.ACLApplier
- All Implemented Interfaces:
RemoteQuery<Object>
,Serializable
- Enclosing class:
- LiveWidgetUtils
public static class LiveWidgetUtils.ACLApplier extends ContextAwareRemoteQuery<Object>
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ACLApplier(Table table, String name)
-
Method Summary
Methods inherited from class com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery
getClient, getLog, getRemoteQueryProcessor, getUserContext, initializeContext, initializeContext
-
Constructor Details
-
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.
-