Package | Description |
---|---|
org.quartz.impl.jdbcjobstore |
Modifier and Type | Class and Description |
---|---|
protected class |
JobStoreSupport.VoidTransactionCallback
Implement this interface to provide the code to execute within
the a transaction template that has no return value.
|
Modifier and Type | Method and Description |
---|---|
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 <T> T |
JobStoreSupport.executeInLock(String lockName,
JobStoreSupport.TransactionCallback<T> txCallback)
Execute the given callback having acquired the given lock.
|
protected <T> T |
JobStoreSupport.executeInNonManagedTXLock(String lockName,
JobStoreSupport.TransactionCallback<T> txCallback,
JobStoreSupport.TransactionValidator<T> txValidator)
Execute the given callback having optionally acquired the given lock.
|
<T> T |
JobStoreSupport.executeWithoutLock(JobStoreSupport.TransactionCallback<T> txCallback)
Execute the given callback in a transaction.
|
protected <T> T |
JobStoreSupport.retryExecuteInNonManagedTXLock(String lockName,
JobStoreSupport.TransactionCallback<T> txCallback) |
Copyright 2001-2019, Terracotta, Inc.