org.genepattern.webservice
Class LocalTaskExecutor

java.lang.Object
  extended byorg.genepattern.webservice.TaskExecutor
      extended byorg.genepattern.webservice.LocalTaskExecutor

public class LocalTaskExecutor
extends TaskExecutor


Field Summary
 
Fields inherited from class org.genepattern.webservice.TaskExecutor
ANY, leftDelimiter, PARAM_INFO_CHECKBOX, PARAM_INFO_DEFAULT_VALUE, PARAM_INFO_OPTIONAL, PARAM_INFO_STRING, rightDelimiter
 
Constructor Summary
LocalTaskExecutor(TaskInfo taskInfo, java.util.Map substitutions, java.lang.String username, java.lang.String server)
           
 
Method Summary
 void beforeExec()
           
 void synchronizeTaskFiles()
          Downloads the support files for the given task to libdir.
 
Methods inherited from class org.genepattern.webservice.TaskExecutor
exec
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalTaskExecutor

public LocalTaskExecutor(TaskInfo taskInfo,
                         java.util.Map substitutions,
                         java.lang.String username,
                         java.lang.String server)
                  throws WebServiceException
Method Detail

beforeExec

public void beforeExec()
                throws TaskExecException
Specified by:
beforeExec in class TaskExecutor
Throws:
TaskExecException

synchronizeTaskFiles

public void synchronizeTaskFiles()
                          throws WebServiceException
Downloads the support files for the given task to libdir.

Throws:
java.io.IOException - Description of the Exception
WebServiceException - Description of the Exception


Hosted by docs.bugaco.com