Uses of Interface
org.quartz.impl.jdbcjobstore.Semaphore

Packages that use Semaphore
org.quartz.impl.jdbcjobstore   
 

Uses of Semaphore in org.quartz.impl.jdbcjobstore
 

Classes in org.quartz.impl.jdbcjobstore that implement Semaphore
 class SimpleSemaphore
          An interface for providing thread/resource locking in order to protect resources from being altered by multiple threads at the same time.
 class StdRowLockSemaphore
          An interface for providing thread/resource locking in order to protect resources from being altered by multiple threads at the same time.
 

Methods in org.quartz.impl.jdbcjobstore that return Semaphore
protected  Semaphore JobStoreSupport.getLockHandler()
           
 


Quartz Enterprise Job Scheduler Project Page