Package org.apache.ode.bpel.scheduler.quartz

Class Summary
JobImpl Quartz Job implementation that calls back into the BPEL engine.
JobStoreJTA A server-level devloper friendly implementation of JobStore.
JTAJobRunShell A riff on the Quartz JTA implementation that dispenses with the use of the UserTransaction interface, and instead goes direct to the source, the TransactionManager.
JTAJobRunShellFactory  
NotSoSimpleSemaphore An interface for providing thread/resource locking in order to protect resources from being altered by multiple threads at the same time.
QuartzSchedulerImpl Quartz-based scheduler.
QuartzThreadPoolExecutorServiceImpl