Package org.eclipse.aether.named.support
Interface AdaptedSemaphoreNamedLock.AdaptedSemaphore
- Enclosing class:
AdaptedSemaphoreNamedLock
public static interface AdaptedSemaphoreNamedLock.AdaptedSemaphore
Wrapper for semaphore-like stuff, that do not share common ancestor. Semaphore must be created to support
Integer.MAX_VALUE
permissions.-
Method Summary
Modifier and TypeMethodDescriptionvoid
release
(int perms) boolean
tryAcquire
(int perms, long time, TimeUnit unit)
-
Method Details
-
tryAcquire
- Throws:
InterruptedException
-
release
-