Class SetupRemoteSessionSource.SetupControllerScriptPathLoader

java.lang.Object
com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery<Boolean>
com.illumon.iris.console.events.SetupRemoteSessionSource.SetupControllerScriptPathLoader
All Implemented Interfaces:
RemoteQuery<Boolean>, Serializable
Enclosing class:
SetupRemoteSessionSource

public static class SetupRemoteSessionSource.SetupControllerScriptPathLoader extends ContextAwareRemoteQuery<Boolean>

A query that ties the source() and sourceOnce() methods to the Controller.

If a state is provided it will retrieve scripts from the loader at the specified state

See Also:
  • Constructor Details

    • SetupControllerScriptPathLoader

      public SetupControllerScriptPathLoader(int sessionId, String scriptLoaderStateJson)
  • Method Details

    • execute

      public Boolean execute(Database database)
      Description copied from interface: RemoteQuery
      Execute a query on a remote host.
      Parameters:
      database - database to use for execution.
      Returns:
      result of the query.