org.apache.commons.jelly.tags.quartz
Class JellyJob

java.lang.Object
  extended byorg.apache.commons.jelly.tags.quartz.JellyJob
All Implemented Interfaces:
org.quartz.Job

public class JellyJob
extends java.lang.Object
implements org.quartz.Job

Implementation of a quart Job to execute jellyscript.

Author:
bob mcwhirter

Constructor Summary
JellyJob()
          Construct.
 
Method Summary
 void execute(org.quartz.JobExecutionContext jobContext)
          Execute this job.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JellyJob

public JellyJob()
Construct.

Method Detail

execute

public void execute(org.quartz.JobExecutionContext jobContext)
             throws org.quartz.JobExecutionException
Execute this job.

Specified by:
execute in interface org.quartz.Job
Parameters:
jobContext - Job context data.
Throws:
org.quartz.JobExecutionException - If an error occurs during job execution.


Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.