org.enhydra.shark.toolagent
Class QuartzJobExecuteToolAgent

java.lang.Object
  extended by org.enhydra.shark.toolagent.QuartzJobExecuteToolAgent
All Implemented Interfaces:
org.quartz.Job

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

QuartzJobExecuteToolAgent

Author:
Sasa Bojanic

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

Constructor Detail

QuartzJobExecuteToolAgent

public QuartzJobExecuteToolAgent()
Method Detail

execute

public void execute(org.quartz.JobExecutionContext context)
             throws org.quartz.JobExecutionException
Specified by:
execute in interface org.quartz.Job
Throws:
org.quartz.JobExecutionException