Interface ScheduledJob
-
@API public interface ScheduledJob- Since:
- 12 aug 2013
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(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- Thecontextholding information for the execution.- Throws:
ScheduledJobException
-
-