Interface ScheduledJob
-
@API public interface ScheduledJob
- Since:
- 12 aug 2013
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute(JobContext ctx)
Called when the job is about to be executed.
-
-
-
Method Detail
-
execute
void execute(JobContext ctx) throws ScheduledJobException
Called when the job is about to be executed.- Parameters:
ctx
- Thecontext
holding information for the execution.- Throws:
ScheduledJobException
-
-