org.quartz.xml
Class JobSchedulingDataProcessor.MisfireInstructionRule
java.lang.Object
org.apache.commons.digester.Rule
org.apache.commons.digester.BeanPropertySetterRule
org.quartz.xml.JobSchedulingDataProcessor.MisfireInstructionRule
- Enclosing class:
- JobSchedulingDataProcessor
- public class JobSchedulingDataProcessor.MisfireInstructionRule
- extends org.apache.commons.digester.BeanPropertySetterRule
This rule translates the trigger misfire instruction constant name into its
corresponding value.
- Author:
- Chris Bonham
Fields inherited from class org.apache.commons.digester.BeanPropertySetterRule |
bodyText, propertyName |
Fields inherited from class org.apache.commons.digester.Rule |
digester, namespaceURI |
Method Summary |
void |
body(java.lang.String namespace,
java.lang.String name,
java.lang.String text)
Process the body text of this element. |
Methods inherited from class org.apache.commons.digester.BeanPropertySetterRule |
end, finish, toString |
Methods inherited from class org.apache.commons.digester.Rule |
begin, begin, body, end, getDigester, getNamespaceURI, setDigester, setNamespaceURI |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JobSchedulingDataProcessor.MisfireInstructionRule
public JobSchedulingDataProcessor.MisfireInstructionRule(java.lang.String propertyName)
Construct rule that sets the given property from the body text.
- Parameters:
propertyName
- name of property to set
body
public void body(java.lang.String namespace,
java.lang.String name,
java.lang.String text)
throws java.lang.Exception
- Process the body text of this element.
- Parameters:
namespace
- the namespace URI of the matching element, or an
empty string if the parser is not namespace aware or the element has
no namespacename
- the local name if the parser is namespace aware, or just
the element name otherwisetext
- The text of the body of this element
- Throws:
java.lang.Exception