com.atlassian.sal.core.scheduling
Class QuartzPluginScheduler.QuartzPluginJob

java.lang.Object
  extended by com.atlassian.sal.core.scheduling.QuartzPluginScheduler.QuartzPluginJob
All Implemented Interfaces:
org.quartz.Job
Enclosing class:
QuartzPluginScheduler

public static class QuartzPluginScheduler.QuartzPluginJob
extends Object
implements org.quartz.Job

A Quartz job that executes a PluginJob


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

Constructor Detail

QuartzPluginScheduler.QuartzPluginJob

public QuartzPluginScheduler.QuartzPluginJob()
Method Detail

execute

public void execute(org.quartz.JobExecutionContext jobExecutionContext)
             throws org.quartz.JobExecutionException
Specified by:
execute in interface org.quartz.Job
Throws:
org.quartz.JobExecutionException


Copyright © 2015 Atlassian. All rights reserved.