Interface ScheduledJob
@API
public interface ScheduledJob
- Since:
- 12 aug 2013
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(JobContext ctx) Called when the job is about to be executed.
-
Method Details
-
execute
Called when the job is about to be executed.- Parameters:
ctx- Thecontextholding information for the execution.- Throws:
ScheduledJobException
-