com.atlassian.scheduler.quartz2
Class Quartz2Job

java.lang.Object
  extended by 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

Method Summary
 void execute(org.quartz.JobExecutionContext context)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

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.