com.atlassian.scheduler.quartz2
Class Quartz2Job
java.lang.Object
com.atlassian.scheduler.quartz2.Quartz2Job
- All Implemented Interfaces:
- org.quartz.Job
public class Quartz2Job
- extends Object
- implements org.quartz.Job
Quartz 2.x Job that delegates to JobLauncher.
- Since:
- v1.0
execute
public void execute(org.quartz.JobExecutionContext context)
throws org.quartz.JobExecutionException
- Specified by:
execute in interface org.quartz.Job
- Throws:
org.quartz.JobExecutionException
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2014 Atlassian. All Rights Reserved.