|
Version: ${maven.project.version} | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Job | |
---|---|
org.soaplab.services | |
org.soaplab.services.adaptor | |
org.soaplab.services.cmdline | |
org.soaplab.services.storage |
Uses of Job in org.soaplab.services |
---|
Classes in org.soaplab.services that implement Job | |
---|---|
class |
AbstractJob
A convenient parent of other Job's implementations. |
Methods in org.soaplab.services with parameters of type Job | |
---|---|
void |
Reporter.setJob(Job job)
Remember what job this reporter is serving. |
Uses of Job in org.soaplab.services.adaptor |
---|
Methods in org.soaplab.services.adaptor with parameters of type Job | |
---|---|
void |
DataAdaptor.process(java.lang.String dataName,
java.io.InputStream source,
java.io.OutputStream result,
Job job)
Read 'source' data, adapt them, and write them back into 'result'. |
java.lang.Object |
DataAdaptor.processFromList(java.lang.String dataName,
java.util.List source,
Job job)
Read 'source' data, adapt them, and return them back. |
Uses of Job in org.soaplab.services.cmdline |
---|
Classes in org.soaplab.services.cmdline that implement Job | |
---|---|
class |
CmdLineJob
An abstract parent of jobs that need to create any kind of command line (from metadata and from the user real inputs). |
Methods in org.soaplab.services.cmdline with parameters of type Job | |
---|---|
java.lang.String[] |
Parameter.createArg(java.util.Map<java.lang.String,java.lang.Object> inputs,
Job job)
Return an array that can be directly used on the command-line. |
java.util.Properties |
Parameter.createEnv(java.util.Map<java.lang.String,java.lang.Object> inputs,
Job job)
Return properties that represent an "environment" of the analysis that is going to be started. |
org.soaplab.services.IOData[] |
Parameter.createIO(java.util.Map<java.lang.String,java.lang.Object> inputs,
Job job)
Create an array of data containers that kept (usually local) data whose references are mentioned on the command-line - for that see method Parameter.createArg(java.util.Map , or are not mentioned
anywhere (e.g. |
NamedValues |
Parameter.createNamedArg(java.util.Map<java.lang.String,java.lang.Object> inputs,
Job job)
Return a structure similar to the arguments for a command-line (as returned by createArg ) but slightly more
general. |
void |
Parameter.validate(java.util.Map<java.lang.String,java.lang.Object> inputs,
Job job,
java.lang.Object testedValue)
Verify value (or values, if they are repetitive) of this parameter. |
Uses of Job in org.soaplab.services.storage |
---|
Methods in org.soaplab.services.storage with parameters of type Job | |
---|---|
void |
PersistentStorage.setJob(Job job)
Store Job's state information to the persistent storage. |
void |
PersistentStorage.setResult(Job job,
java.lang.String name,
java.lang.Object result)
Store result in the persistent storage. |
|
Version: ${maven.project.version} | ||||||||
PREV NEXT | FRAMES NO FRAMES |