Class | Description |
---|---|
SimpleQuartz |
This class is instantiated by SimpleQuartzFactory (or by hand)
When it is initialized it creates a Quartz Scheduler with a job and a trigger
The class it starts is always an instance of SimpleQuartzJob
SimpleQuartzJob is there to set the properties and start the actual business-logic class
It wraps up any properties that the job needs as in the JobDetail and JDMap
|
SimpleQuartzFactory |
<task class="org.my.synapse.Task" name="string">
<description>description in text</description>
<property name="stringProp" value="String"/>
<property name="xmlProp">
<somexml>config</somexml>
</property>
<trigger ([[count="10"]? interval="1000"] | [cron="0 * 1 * * ?"] | [once=(true | false)])/>
</task>
|
SimpleQuartzJob | |
SimpleQuartzSerializer |
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.