Save This Page
Home » quartz-1.6.0 » org » quartz » xml » [javadoc | source]
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.

Constructor:
 public MisfireInstructionRule(String propertyName) 

    Construct rule that sets the given property from the body text.

    Parameters:
    propertyName - name of property to set
Method from org.quartz.xml.JobSchedulingDataProcessor$MisfireInstructionRule Summary:
body
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.quartz.xml.JobSchedulingDataProcessor$MisfireInstructionRule Detail:
 public  void body(String namespace,
    String name,
    String text) throws Exception 
    Process the body text of this element.