org.sonar.api.utils
Class Semaphores.Semaphore
java.lang.Object
org.sonar.api.utils.Semaphores.Semaphore
- Enclosing interface:
- Semaphores
public static class Semaphores.Semaphore
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Semaphores.Semaphore
public Semaphores.Semaphore()
getName
public String getName()
setName
public Semaphores.Semaphore setName(String name)
isLocked
public boolean isLocked()
setLocked
public Semaphores.Semaphore setLocked(boolean locked)
getLocketAt
public Date getLocketAt()
setLocketAt
public Semaphores.Semaphore setLocketAt(Date locketAt)
getCreatedAt
public Date getCreatedAt()
setCreatedAt
public Semaphores.Semaphore setCreatedAt(Date createdAt)
getUpdatedAt
public Date getUpdatedAt()
setUpdatedAt
public Semaphores.Semaphore setUpdatedAt(Date updatedAt)
getDurationSinceLocked
public Long getDurationSinceLocked()
setDurationSinceLocked
public Semaphores.Semaphore setDurationSinceLocked(Long durationSinceLocked)
Copyright © 2009-2012 SonarSource. All Rights Reserved.