org.apache.sling.commons.scheduler.impl
Class QuartzJobExecutor
java.lang.Object
org.apache.sling.commons.scheduler.impl.QuartzJobExecutor
- All Implemented Interfaces:
- org.quartz.Job
public class QuartzJobExecutor
- extends Object
- implements org.quartz.Job
This component is resposible to launch a Job
or Runnable
in a Quartz Scheduler.
Method Summary |
void |
execute(org.quartz.JobExecutionContext context)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QuartzJobExecutor
public QuartzJobExecutor()
execute
public void execute(org.quartz.JobExecutionContext context)
throws org.quartz.JobExecutionException
- Specified by:
execute
in interface org.quartz.Job
- Throws:
org.quartz.JobExecutionException
- See Also:
Job.execute(org.quartz.JobExecutionContext)
Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.