Classes in org.quartz.impl.jdbcjobstore that implement TablePrefixAware |
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 |
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. |