|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.jelly.tags.quartz.JellyJob
public class JellyJob
Implementation of a quart Job
to execute jellyscript.
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 |
---|
public JellyJob()
Method Detail |
---|
public void execute(org.quartz.JobExecutionContext jobContext) throws org.quartz.JobExecutionException
execute
in interface org.quartz.Job
jobContext
- Job context data.
org.quartz.JobExecutionException
- If an error occurs during job execution.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |