Uses of Interface
org.quartz.impl.jdbcjobstore.JobStoreSupport.TransactionCallback

Packages that use JobStoreSupport.TransactionCallback
org.quartz.impl.jdbcjobstore   
 

Uses of JobStoreSupport.TransactionCallback in org.quartz.impl.jdbcjobstore
 

Methods in org.quartz.impl.jdbcjobstore with parameters of type JobStoreSupport.TransactionCallback
protected  java.lang.Object JobStoreTX.executeInLock(java.lang.String lockName, JobStoreSupport.TransactionCallback txCallback)
          Execute the given callback having optionally aquired the given lock.
protected abstract  java.lang.Object JobStoreSupport.executeInLock(java.lang.String lockName, JobStoreSupport.TransactionCallback txCallback)
          Execute the given callback having aquired the given lock.
protected  java.lang.Object JobStoreCMT.executeInLock(java.lang.String lockName, JobStoreSupport.TransactionCallback txCallback)
          Execute the given callback having optionally acquired the given lock.
protected  java.lang.Object JobStoreSupport.executeInNonManagedTXLock(java.lang.String lockName, JobStoreSupport.TransactionCallback txCallback)
          Execute the given callback having optionally aquired the given lock.
 java.lang.Object JobStoreSupport.executeWithoutLock(JobStoreSupport.TransactionCallback txCallback)
          Execute the given callback in a transaction.
 



Copyright 2001-2019, Terracotta, Inc.