Uses of Class
org.quartz.impl.jdbcjobstore.LockException

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
 boolean StdRowLockSemaphore.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).
 void Semaphore.releaseLock(Connection conn, String lockName)
          Release the lock on the identified resource if it is held by the calling thread.
 boolean Semaphore.isLockOwner(Connection conn, String lockName)
          Determine whether the calling thread owns a lock on the identified resource.
 


Quartz Enterprise Job Scheduler Project Page