Uses of Class
org.quartz.ee.jta.UserTransactionHelper

Packages that use UserTransactionHelper
org.quartz.ee.jta   
 

Uses of UserTransactionHelper in org.quartz.ee.jta
 

Constructors in org.quartz.ee.jta with parameters of type UserTransactionHelper
JTAJobRunShellFactory(UserTransactionHelper userTxHelper)
           
JTAJobRunShell(JobRunShellFactory jobRunShellFactory, Scheduler scheduler, SchedulingContext schdCtxt, UserTransactionHelper userTxHelper)
           Create a JTAJobRunShell instance with the given settings.
 


Quartz Enterprise Job Scheduler Project Page