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 Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
NO_OP
A simple no-op lock.
-
-
Constructor Details
-
SimpleLock
Constructor.- Parameters:
lock
- The lock being wrapped.
-
-
Method Details
-
close
- Specified by:
close
in interfaceAutoCloseable
-