|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JobStoreSupport.TransactionCallback | |
|---|---|
| org.quartz.impl.jdbcjobstore | |
| Uses of JobStoreSupport.TransactionCallback in org.quartz.impl.jdbcjobstore |
|---|
| Classes in org.quartz.impl.jdbcjobstore that implement JobStoreSupport.TransactionCallback | |
|---|---|
protected class |
JobStoreSupport.VoidTransactionCallback
Implement this interface to provide the code to execute within the a transaction template that has no return value. |
| Methods in org.quartz.impl.jdbcjobstore with parameters of type JobStoreSupport.TransactionCallback | ||
|---|---|---|
protected Object |
JobStoreTX.executeInLock(String lockName,
JobStoreSupport.TransactionCallback txCallback)
Execute the given callback having optionally aquired the given lock. |
|
protected Object |
JobStoreCMT.executeInLock(String lockName,
JobStoreSupport.TransactionCallback txCallback)
Execute the given callback having optionally acquired the given lock. |
|
protected abstract
|
JobStoreSupport.executeInLock(String lockName,
JobStoreSupport.TransactionCallback<T> txCallback)
Execute the given callback having acquired the given lock. |
|
protected
|
JobStoreSupport.executeInNonManagedTXLock(String lockName,
JobStoreSupport.TransactionCallback<T> txCallback,
JobStoreSupport.TransactionValidator<T> txValidator)
Execute the given callback having optionally acquired the given lock. |
|
|
JobStoreSupport.executeWithoutLock(JobStoreSupport.TransactionCallback<T> txCallback)
Execute the given callback in a transaction. |
|
protected
|
JobStoreSupport.retryExecuteInNonManagedTXLock(String lockName,
JobStoreSupport.TransactionCallback<T> txCallback)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||