Class LifecycleReadLock
java.lang.Object
org.jobrunr.server.lifecycle.AbstractLifecycleLock
org.jobrunr.server.lifecycle.LifecycleReadLock
- All Implemented Interfaces:
AutoCloseable
-
Field Summary
Fields inherited from class AbstractLifecycleLock
backgroundJobServerLifecycle -
Constructor Summary
ConstructorsConstructorDescriptionLifecycleReadLock(BackgroundJobServerLifecycle backgroundJobServerLifecycle) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidlock(ReentrantReadWriteLock readWriteLock) protected voidunlock(ReentrantReadWriteLock readWriteLock) Methods inherited from class AbstractLifecycleLock
close
-
Constructor Details
-
LifecycleReadLock
-
-
Method Details
-
lock
- Specified by:
lockin classAbstractLifecycleLock
-
unlock
- Specified by:
unlockin classAbstractLifecycleLock
-