Uses of Class org.quartz.impl.jdbcjobstore.DBSemaphore (Quartz Parent POM 2.0.1 API)

Quartz Java



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

Packages that use DBSemaphore
org.quartz.impl.jdbcjobstore   
 

Uses of DBSemaphore in org.quartz.impl.jdbcjobstore
 

Subclasses of DBSemaphore in org.quartz.impl.jdbcjobstore
 class StdRowLockSemaphore
          Internal database based lock handler for providing thread/resource locking in order to protect resources from being altered by multiple threads at the same time.
 class UpdateLockRowSemaphore
          Provide thread/resource locking in order to protect resources from being altered by multiple threads at the same time using a db row update.
 



Copyright 2001-2011, Terracotta, Inc.