Uses of Class
org.knime.core.node.workflow.NodeExecutionJob

Packages that use NodeExecutionJob
org.knime.core.node.exec   
org.knime.core.node.workflow Contains wrapper classes which control the communication between Node and GUI Workflow. 
 

Uses of NodeExecutionJob in org.knime.core.node.exec
 

Subclasses of NodeExecutionJob in org.knime.core.node.exec
 class LocalNodeExecutionJob
          A locally executed node job.
 

Methods in org.knime.core.node.exec that return NodeExecutionJob
 NodeExecutionJob ThreadNodeExecutionJobManager.loadFromReconnectSettings(NodeSettingsRO settings, PortObject[] inports, NodeContainer snc)
          Read the information previously stored in the settings object and restore an executing job.
 NodeExecutionJob ThreadNodeExecutionJobManager.submitJob(NodeContainer nc, PortObject[] data)
          Executes the given node container with this job manager.
 

Methods in org.knime.core.node.exec with parameters of type NodeExecutionJob
 boolean ThreadNodeExecutionJobManager.canDisconnect(NodeExecutionJob job)
          Returns true, if a executing job continues running even after closing the workflow - and if this manager can reconnect to this job after re-opening the workflow again.
 void ThreadNodeExecutionJobManager.disconnect(NodeExecutionJob job)
          Disconnects the running job.
 void ThreadNodeExecutionJobManager.saveReconnectSettings(NodeExecutionJob job, NodeSettingsWO settings)
          Saves all the information necessary to reconnect to the specified job after it is disconnected.
 

Uses of NodeExecutionJob in org.knime.core.node.workflow
 

Methods in org.knime.core.node.workflow that return NodeExecutionJob
(package private)  NodeExecutionJob NodeContainer.getExecutionJob()
           
 NodeExecutionJob NodeExecutionJobManager.loadFromReconnectSettings(NodeSettingsRO settings, PortObject[] inports, NodeContainer nc)
          Read the information previously stored in the settings object and restore an executing job.
 NodeExecutionJob NodeExecutionJobManager.submitJob(NodeContainer nc, PortObject[] data)
          Executes the given node container with this job manager.
 

Methods in org.knime.core.node.workflow with parameters of type NodeExecutionJob
 boolean NodeExecutionJobManager.canDisconnect(NodeExecutionJob job)
          Returns true, if a executing job continues running even after closing the workflow - and if this manager can reconnect to this job after re-opening the workflow again.
 void NodeExecutionJobManager.disconnect(NodeExecutionJob job)
          Disconnects the running job.
 void NodeExecutionJobManager.saveReconnectSettings(NodeExecutionJob job, NodeSettingsWO settings)
          Saves all the information necessary to reconnect to the specified job after it is disconnected.
(package private)  void NodeContainer.setExecutionJob(NodeExecutionJob executionJob)
           
 



Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.