- 
- 
Constructor Summary
Constructors 
| Constructor and Description |  
| JvmLock()In-memory lock. |  
 
 
- 
Method Summary
- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
 
 
- 
- 
Constructor Detail
- 
JvmLockpublic JvmLock() In-memory lock. 
 
 
- 
Method Detail
- 
acquirepublic void acquire() Description copied from interface: Lock
 Acquires the lock. 
- Specified by:
- acquirein interface- Lock
 
 
- 
releasepublic void release() Description copied from interface: Lock
 Releases the lock. 
- Specified by:
- releasein interface- Lock
 
 
 
 
 
Copyright © 2025. All rights reserved.