|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LockException | |
---|---|
org.quartz.impl.jdbcjobstore |
Uses of LockException in org.quartz.impl.jdbcjobstore |
---|
Methods in org.quartz.impl.jdbcjobstore that throw LockException | |
---|---|
protected abstract void |
DBSemaphore.executeSQL(Connection conn,
String lockName,
String theExpandedSQL,
String theExpandedInsertSQL)
Execute the SQL that will lock the proper database row. |
protected void |
UpdateLockRowSemaphore.executeSQL(Connection conn,
String lockName,
String expandedSQL,
String expandedInsertSQL)
Execute the SQL select for update that will lock the proper database row. |
protected void |
StdRowLockSemaphore.executeSQL(Connection conn,
String lockName,
String expandedSQL,
String expandedInsertSQL)
Execute the SQL select for update that will lock the proper database row. |
protected Transaction |
JTANonClusteredSemaphore.getTransaction()
Helper method to get the current
from the in JNDI. |
boolean |
Semaphore.isLockOwner(Connection conn,
String lockName)
Determine whether the calling thread owns a lock on the identified resource. |
boolean |
DBSemaphore.obtainLock(Connection conn,
String lockName)
Grants a lock on the identified resource to the calling thread (blocking until it is available). |
boolean |
Semaphore.obtainLock(Connection conn,
String lockName)
Grants a lock on the identified resource to the calling thread (blocking until it is available). |
boolean |
JTANonClusteredSemaphore.obtainLock(Connection conn,
String lockName)
Grants a lock on the identified resource to the calling thread (blocking until it is available). |
void |
Semaphore.releaseLock(Connection conn,
String lockName)
Release the lock on the identified resource if it is held by the calling thread. |
void |
JTANonClusteredSemaphore.releaseLock(Connection conn,
String lockName)
Release the lock on the identified resource if it is held by the calling thread, unless currently in a JTA transaction. |
protected void |
JTANonClusteredSemaphore.releaseLock(String lockName,
boolean fromSynchronization)
Release the lock on the identified resource if it is held by the calling thread, unless currently in a JTA transaction. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |