Package org.eclipse.rdf4j.sail.helpers
Class AbstractSailConnection.JavaLock
- java.lang.Object
-
- org.eclipse.rdf4j.sail.helpers.AbstractSailConnection.JavaLock
-
- All Implemented Interfaces:
Lock
- Enclosing class:
- AbstractSailConnection
private static class AbstractSailConnection.JavaLock extends java.lang.Object implements Lock
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.rdf4j.common.concurrent.locks.Lock
Lock.ExtendedSupplier<T extends Lock>, Lock.Supplier<T extends Lock>
-
-
Constructor Summary
Constructors Constructor Description JavaLock(java.util.concurrent.locks.Lock javaLock)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isActive()
Checks whether the lock is still active.void
release()
Release the lock, making it inactive.
-
-
-
Method Detail
-
isActive
public boolean isActive()
Description copied from interface:Lock
Checks whether the lock is still active.
-
-