Uses of Class
org.sonar.api.utils.Semaphores.Semaphore

Packages that use Semaphores.Semaphore
org.sonar.api.utils   
 

Uses of Semaphores.Semaphore in org.sonar.api.utils
 

Methods in org.sonar.api.utils that return Semaphores.Semaphore
 Semaphores.Semaphore Semaphores.acquire(String name)
          Try to acquire a semaphore.
 Semaphores.Semaphore Semaphores.acquire(String name, int maxAgeInSeconds, int updatePeriodInSeconds)
          Try to acquire a semaphore for a given duration.
 Semaphores.Semaphore Semaphores.Semaphore.setCreatedAt(Date createdAt)
           
 Semaphores.Semaphore Semaphores.Semaphore.setDurationSinceLocked(Long durationSinceLocked)
           
 Semaphores.Semaphore Semaphores.Semaphore.setLocked(boolean locked)
           
 Semaphores.Semaphore Semaphores.Semaphore.setLockedAt(Date lockedAt)
           
 Semaphores.Semaphore Semaphores.Semaphore.setName(String name)
           
 Semaphores.Semaphore Semaphores.Semaphore.setUpdatedAt(Date updatedAt)
           
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.