com.atlassian.scheduler.quartz1
Class Quartz1Job

java.lang.Object
  extended by com.atlassian.scheduler.quartz1.Quartz1Job
All Implemented Interfaces:
org.quartz.Job

public class Quartz1Job
extends Object
implements org.quartz.Job

Quartz 1.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.