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
JobInstance
execute
in interface JobInstance
in
- The Job's input.JobInputException
- If there was an error handling the JobInput
.Copyright © 1999–2017 Apache OODT. All rights reserved.