com.googlecode.fascinator.portal.quartz
Class ExternalJob

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

Constructor Summary
ExternalJob()
           
 
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
 

Constructor Detail

ExternalJob

public ExternalJob()
Method Detail

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-2013. All Rights Reserved.