public class LongJob extends Object implements JobInstance, JobMetadata
A Job that will take a variable amount of time to finish.
LOAD, QUEUE_NAME| Constructor and Description | 
|---|
| LongJob() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | execute(JobInput in)Executes the underlying code for this job. | 
public boolean execute(JobInput in) throws JobInputException
JobInstanceexecute in interface JobInstancein - The Job's input.JobInputException - If there was an error handling the JobInput.Copyright © 1999–2017 Apache OODT. All rights reserved.