public class AlertSender
extends java.lang.Object
implements org.quartz.Job
| Constructor and Description |
|---|
AlertSender() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.quartz.JobExecutionContext context)
execute method to be called by the quartz framework.
|
public void execute(org.quartz.JobExecutionContext context)
throws org.quartz.JobExecutionException
execute in interface org.quartz.Jobcontext - job execution context from the quartz frameworkorg.quartz.JobExecutionException - thrown, if the job cannot be started from the quartz framework