Modifier and Type | Method and Description |
---|---|
boolean |
LongJob.execute(JobInput in) |
boolean |
HelloWorldJob.execute(JobInput in) |
Modifier and Type | Class and Description |
---|---|
class |
NameValueJobInput |
Modifier and Type | Method and Description |
---|---|
JobInput |
JobSpec.getIn() |
Modifier and Type | Method and Description |
---|---|
boolean |
JobInstance.execute(JobInput in)
Executes the underlying code for this job.
|
void |
JobSpec.setIn(JobInput in) |
Constructor and Description |
---|
JobSpec(JobInput in,
Job job)
|
Modifier and Type | Method and Description |
---|---|
String |
XmlRpcResourceManagerClient.submitJob(Job exec,
JobInput in) |
boolean |
XmlRpcResourceManagerClient.submitJob(Job exec,
JobInput in,
URL hostUrl) |
Modifier and Type | Method and Description |
---|---|
static JobInput |
GenericResourceManagerObjectFactory.getJobInputFromClassName(String className)
Constructs a new
JobInput implementation from the given
className . |
Modifier and Type | Class and Description |
---|---|
class |
TaskJobInput |
Modifier and Type | Method and Description |
---|---|
boolean |
TaskJob.execute(JobInput in) |
Copyright © 1999–2017 Apache OODT. All rights reserved.