| Package | Description |
|---|---|
| org.quartz.impl.jdbcjobstore |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
JobStoreTX.executeInLock(java.lang.String lockName,
JobStoreSupport.TransactionCallback txCallback)
Execute the given callback having optionally aquired the given lock.
|
protected java.lang.Object |
JobStoreCMT.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 |
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 © 2012. All Rights Reserved.