org.quartz.xml
public class: JobSchedulingDataProcessor.MisfireInstructionRule [javadoc |
source]
java.lang.Object
org.apache.commons.digester.BeanPropertySetterRule
org.quartz.xml.JobSchedulingDataProcessor$MisfireInstructionRule
This rule translates the trigger misfire instruction constant name into its
corresponding value.
TODO Consider removing this class and using a
org.apache.commons.digester.Substitutor strategy once
Jakarta Commons Digester 1.6 is final.
- author:
< - a href="mailto:bonhamcm@thirdeyeconsulting.com">Chris Bonham
| Method from org.quartz.xml.JobSchedulingDataProcessor$MisfireInstructionRule Summary: |
|---|
|
body |
| Method from org.quartz.xml.JobSchedulingDataProcessor$MisfireInstructionRule Detail: |
public void body(String namespace,
String name,
String text) throws Exception {
super.body(namespace, name, text);
this.bodyText = getConstantValue(bodyText);
}
Process the body text of this element. |