Uses of Class
org.quartz.plugins.SchedulerPluginWithUserTransactionSupport

Packages that use SchedulerPluginWithUserTransactionSupport
org.quartz.plugins.xml   
 

Uses of SchedulerPluginWithUserTransactionSupport in org.quartz.plugins.xml
 

Subclasses of SchedulerPluginWithUserTransactionSupport in org.quartz.plugins.xml
 class JobInitializationPlugin
          This plugin loads XML file(s) to add jobs and schedule them with triggers as the scheduler is initialized, and can optionally periodically scan the file for changes.
 class JobInitializationPluginMultiple
          Deprecated. Use the JobInitializationPlugin instead now that it supports multiple files. NOTE: JobInitializationPluginMultiple has different defaults for two properties: "overWriteExistingJobs" and "validating" both default to true for JobInitializationPluginMultiple but false for JobInitializationPlugin}.
 


Quartz Enterprise Job Scheduler Project Page