Package | Description |
---|---|
org.apache.synapse.startup.quartz |
Modifier and Type | Class and Description |
---|---|
class |
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
|
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.