org.soaplab.services.cmdline
Class CmdLineJob
java.lang.Object
org.soaplab.services.AbstractJob
org.soaplab.services.cmdline.CmdLineJob
- All Implemented Interfaces:
- Job
public abstract class CmdLineJob
- extends AbstractJob
An abstract parent of jobs that need to create any kind of command
line (from metadata and from the user real inputs). Typical example
of such kind of job is a job invoking command-line analysis, or a
job creating job description files for grids.
- Version:
- $Id: CmdLineJob.java,v 1.21 2007/10/23 08:20:53 marsenger Exp $
- Author:
- Martin Senger
Methods inherited from class org.soaplab.services.AbstractJob |
destroy, getCreated, getElapsed, getEnded, getId, getJobDir, getLastEvent, getMetadataAccessor, getReporter, getResults, getResults, getResultsInfo, getStarted, getStatus, isDataReferenceSafe, isRecreated, run, setId, setInputs, setInputValue, setMetadataAccessor, setReporter, setSharedAttributes, terminate, waitFor |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMPTY_LIST
public static final java.util.List<java.lang.String> EMPTY_LIST
EMPTY_PROPS
public static final java.util.Properties EMPTY_PROPS
EMPTY_IODATA
public static final org.soaplab.services.IOData[] EMPTY_IODATA
EMPTY_NAMED
public static final NamedValues[] EMPTY_NAMED
Submit a bug or feature
Generated: Tue Jun 14 15:18:14 AST 2011