Uses of Interface
org.knime.core.node.workflow.NodeExecutionJobManager

Packages that use NodeExecutionJobManager
org.knime.core.node.exec   
org.knime.core.node.util Contains a set of utility classes that may be used in different (so far visual) contexts. 
org.knime.core.node.workflow Contains wrapper classes which control the communication between Node and GUI Workflow. 
 

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

Classes in org.knime.core.node.exec that implement NodeExecutionJobManager
 class ThreadNodeExecutionJobManager
           
 

Methods in org.knime.core.node.exec that return NodeExecutionJobManager
 NodeExecutionJobManager ThreadNodeExecutionJobManagerFactory.getInstance()
          Get an instance for use in a node.
 

Uses of NodeExecutionJobManager in org.knime.core.node.util
 

Methods in org.knime.core.node.util that return NodeExecutionJobManager
static NodeExecutionJobManager NodeExecutionJobManagerPool.load(NodeExecutionJobManager instance, NodeSettingsRO ncSettings)
          Updates the settings of the passed job manager - if the settings specify the same type of job manager - or creates and returns a new instance of that new type of job manager.
static NodeExecutionJobManager NodeExecutionJobManagerPool.load(NodeSettingsRO sncSettings)
          Restores a job manager given the parameters contained in the argument settings.
 

Methods in org.knime.core.node.util with parameters of type NodeExecutionJobManager
static NodeExecutionJobManager NodeExecutionJobManagerPool.load(NodeExecutionJobManager instance, NodeSettingsRO ncSettings)
          Updates the settings of the passed job manager - if the settings specify the same type of job manager - or creates and returns a new instance of that new type of job manager.
static void NodeExecutionJobManagerPool.saveJobManager(NodeExecutionJobManager jobManager, NodeSettingsWO settings)
          Saves the argument job manager to a settings object.
 

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

Methods in org.knime.core.node.workflow that return NodeExecutionJobManager
 NodeExecutionJobManager NodeContainer.findJobManager()
           
 NodeExecutionJobManager NodeContainerMetaPersistor.getExecutionJobManager()
           
 NodeExecutionJobManager NodeContainerMetaPersistorVersion1xx.getExecutionJobManager()
          
 NodeExecutionJobManager CopyNodeContainerMetaPersistor.getExecutionJobManager()
          
 NodeExecutionJobManager NodeExecutionJobManagerFactory.getInstance()
          Get an instance for use in a node.
 NodeExecutionJobManager NodeContainer.getJobManager()
           
 NodeExecutionJobManager NodeContainer.NodeContainerSettings.getJobManager()
           
protected  NodeExecutionJobManager NodeContainerMetaPersistorVersion200.loadNodeExecutionJobManager(NodeSettingsRO settings)
          Load the execution manager responsible for this node.
protected  NodeExecutionJobManager NodeContainerMetaPersistorVersion1xx.loadNodeExecutionJobManager(NodeSettingsRO settings)
          Load the execution manager responsible for this node.
 

Methods in org.knime.core.node.workflow with parameters of type NodeExecutionJobManager
(package private)  void NodeContainer.setJobManager(NodeExecutionJobManager je)
          Set a new NodeExecutionJobManager for this node.
 void NodeContainer.NodeContainerSettings.setJobManager(NodeExecutionJobManager jobManager)
           
(package private)  void SingleNodeContainer.setJobManager(NodeExecutionJobManager je)
          Set a new NodeExecutionJobManager for this node.
 void WorkflowManager.setJobManager(NodeID nodeID, NodeExecutionJobManager jobMgr)
          Sets a new job manager on the node with the given ID.
 



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.