public class HelloWorldJob extends Object implements JobInstance, JobMetadata
The classic programming example: the hello world job.
LOAD, QUEUE_NAME| Constructor and Description | 
|---|
| HelloWorldJob() | 
| 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.