Uses of Interface
org.eclipse.aether.named.NamedLock
-
Packages that use NamedLock Package Description org.eclipse.aether.named org.eclipse.aether.named.support -
-
Uses of NamedLock in org.eclipse.aether.named
Methods in org.eclipse.aether.named that return NamedLock Modifier and Type Method Description NamedLock
NamedLockFactory. getLock(java.lang.String name)
Creates or reuses existingNamedLock
. -
Uses of NamedLock in org.eclipse.aether.named.support
Classes in org.eclipse.aether.named.support that implement NamedLock Modifier and Type Class Description class
AdaptedSemaphoreNamedLock
Named lock support implementation that is using "adapted" semaphore (to be able to use semaphores not sharing common API).class
FileLockNamedLock
Named lock that usesFileLock
.class
NamedLockSupport
Support class forNamedLock
implementations providing reference counting.class
ReadWriteLockNamedLock
Named lock support implementation that is usingReadWriteLock
instances.
-