Package org.apache.juneau.internal
Class SimpleLock
java.lang.Object
org.apache.juneau.internal.SimpleLock
- All Implemented Interfaces:
- AutoCloseable
A simple auto-closeable wrapper around a lock.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
NO_OPA simple no-op lock.
 
- 
- 
Constructor Details- 
SimpleLockConstructor.- Parameters:
- lock- The lock being wrapped.
 
 
- 
- 
Method Details- 
close- Specified by:
- closein interface- AutoCloseable
 
 
-