com.googlecode.fascinator.portal.quartz
Class ExternalJob
java.lang.Object
com.googlecode.fascinator.portal.quartz.ExternalJob
- All Implemented Interfaces:
- org.quartz.Job
public class ExternalJob
- extends Object
- implements org.quartz.Job
Quartz job to call an external script via the web.
- Author:
- Greg Pendlebury
|
Method Summary |
void |
execute(org.quartz.JobExecutionContext context)
This method will be called by quartz when the job trigger fires. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExternalJob
public ExternalJob()
execute
public void execute(org.quartz.JobExecutionContext context)
throws org.quartz.JobExecutionException
- This method will be called by quartz when the job trigger fires.
- Specified by:
execute in interface org.quartz.Job
- Parameters:
context - The execution context of this job, including data.
- Throws:
org.quartz.JobExecutionException
Copyright © 2009-2012. All Rights Reserved.