compbio.engine
Class SubmissionManager

java.lang.Object
  extended by compbio.engine.SubmissionManager

public class SubmissionManager
extends Object

Submit jobs for execution

Author:
pvtroshin

Method Summary
static void addTask(ConfiguredExecutable<?> executable, Future<ConfiguredExecutable<?>> future)
           
static Future<ConfiguredExecutable<?>> getTask(String taskId)
           
static void removeTask(ConfiguredExecutable<?> executable)
           
static void removeTask(String key)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

addTask

public static void addTask(ConfiguredExecutable<?> executable,
                           Future<ConfiguredExecutable<?>> future)

getTask

public static Future<ConfiguredExecutable<?>> getTask(String taskId)

removeTask

public static void removeTask(ConfiguredExecutable<?> executable)

removeTask

public static void removeTask(String key)