-
lock
ReentrantReadWriteLock lock
A lock which handles concurrent access to the properties.
-
readLock
Lock readLock
The read lock used to handle concurrent access to the properties.
-
writeLock
Lock writeLock
The write lock used to handle concurrent access to the properties.
-
properties
Properties properties
Underlying storage object for the properties.