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 NamedLockNamedLockFactory. 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 classAdaptedSemaphoreNamedLockNamed lock support implementation that is using "adapted" semaphore (to be able to use semaphores not sharing common API).classFileLockNamedLockNamed lock that usesFileLock.classNamedLockSupportSupport class forNamedLockimplementations providing reference counting.classReadWriteLockNamedLockNamed lock support implementation that is usingReadWriteLockinstances.
-