Package org.eclipse.aether.named.support
Interface AdaptedSemaphoreNamedLock.AdaptedSemaphore
-
- All Known Implementing Classes:
LocalSemaphoreNamedLockFactory.JVMSemaphore
- Enclosing class:
- AdaptedSemaphoreNamedLock
public static interface AdaptedSemaphoreNamedLock.AdaptedSemaphoreWrapper for semaphore-like stuff, that do not share common ancestor. Semaphore must be created to supportInteger.MAX_VALUEpermissions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrelease(int perms)booleantryAcquire(int perms, long time, java.util.concurrent.TimeUnit unit)
-