Class CorePlusRunAndDoneInitializer
java.lang.Object
com.illumon.iris.controller.handle.CorePlusQueryInitializer
com.illumon.iris.controller.handle.CorePlusRunAndDoneInitializer
- All Implemented Interfaces:
CorePlusInitializer
- Direct Known Subclasses:
CorePlusRunAndDoneSimpleScriptInitializer
This class initializes a DnD Run and Done worker. It executes a script, processes results then marks the state
as completed.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExecuted when the PQ is ready to execute commandsMethods inherited from class com.illumon.iris.controller.handle.CorePlusQueryInitializer
doBeforeInitialize, getLanguage, getScriptCodeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.illumon.iris.controller.handle.CorePlusInitializer
hasNotebookClassLoader
-
Constructor Details
-
CorePlusRunAndDoneInitializer
public CorePlusRunAndDoneInitializer()
-
-
Method Details
-
initialize
Description copied from interface:CorePlusInitializerExecuted when the PQ is ready to execute commands- Specified by:
initializein interfaceCorePlusInitializer- Overrides:
initializein classCorePlusQueryInitializer- Parameters:
handle- a handle to the worker- Returns:
- the PQ state
-