Class SimpleQuartzJob
- java.lang.Object
-
- org.apache.synapse.startup.quartz.SimpleQuartzJob
-
- All Implemented Interfaces:
org.quartz.Job
public class SimpleQuartzJob extends Object implements org.quartz.Job
-
-
Field Summary
Fields Modifier and Type Field Description static String
CLASSNAME
static String
PROPERTIES
static String
SYNAPSE_ENVIRONMENT
-
Constructor Summary
Constructors Constructor Description SimpleQuartzJob()
-
-
-
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
-
-