See: Description
| Interface | Description |
|---|---|
| Lock |
Represents a re-entrant lock.
|
| Class | Description |
|---|---|
| JvmLock |
In memory JVM lock.
|
| ReadWriteLock | Deprecated |
| ReadWriteLockProxyFactory<T> |
Proxy factory that provides locking using
ReentrantReadWriteLock based
on the ReadLock and WriteLock annotations. |
| Annotation Type | Description |
|---|---|
| ReadLock |
Annotation to apply to method to indicated they should be protected by a
read-lock, see
ReadWriteLockProxyFactory. |
| WriteLock |
Annotation to apply to method to indicated they should be protected by a
write-lock, see
ReadWriteLockProxyFactory. |
Copyright © 2025. All rights reserved.