|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
DBSemaphore
Base class for database based lock handlers for providing thread/resource locking in order to protect resources from being altered by multiple threads at the same time. |
class |
JTANonClusteredSemaphore
Provides in memory thread/resource locking that is JTA aware. |
class |
SimpleSemaphore
Internal in-memory lock handler for providing thread/resource locking in order to protect resources from being altered by multiple threads at the same time. |
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. |
Methods in org.quartz.impl.jdbcjobstore that return Semaphore | |
---|---|
protected Semaphore |
JobStoreSupport.getLockHandler()
|
Methods in org.quartz.impl.jdbcjobstore with parameters of type Semaphore | |
---|---|
void |
JobStoreSupport.setLockHandler(Semaphore lockHandler)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |