public interface JobInstance
A job interface: the thing that actually performs the work.
Modifier and Type | Method and Description |
---|---|
boolean |
execute(JobInput in)
Executes the underlying code for this job.
|
boolean execute(JobInput in) throws JobInputException
in
- The Job's input.JobInputException
- If there was an error handling the JobInput
.Copyright © 1999–2017 Apache OODT. All rights reserved.