|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 abstract Object |
JobStoreSupport.executeInLock(String lockName,
JobStoreSupport.TransactionCallback txCallback)
Execute the given callback having aquired the given lock. |
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 Object |
JobStoreSupport.executeInNonManagedTXLock(String lockName,
JobStoreSupport.TransactionCallback txCallback)
Execute the given callback having optionally aquired the given lock. |
Object |
JobStoreSupport.executeWithoutLock(JobStoreSupport.TransactionCallback txCallback)
Execute the given callback in a transaction. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright 2001-2011, Terracotta, Inc.