org.apache.synapse.startup.quartz
Class SimpleQuartzJob

java.lang.Object
  extended by org.apache.synapse.startup.quartz.SimpleQuartzJob
All Implemented Interfaces:
org.quartz.Job

public class SimpleQuartzJob
extends Object
implements org.quartz.Job


Field Summary
static String CLASSNAME
           
static String PROPERTIES
           
static String SYNAPSE_ENVIRONMENT
           
 
Constructor Summary
SimpleQuartzJob()
           
 
Method Summary
 void execute(org.quartz.JobExecutionContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SYNAPSE_ENVIRONMENT

public static final String SYNAPSE_ENVIRONMENT
See Also:
Constant Field Values

CLASSNAME

public static final String CLASSNAME
See Also:
Constant Field Values

PROPERTIES

public static final String PROPERTIES
See Also:
Constant Field Values
Constructor Detail

SimpleQuartzJob

public SimpleQuartzJob()
Method Detail

execute

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


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.