|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SemaphoreException | |
|---|---|
| org.clapper.util.misc | org.clapper.util.misc - Miscellaneous Utility Classes. |
| Uses of SemaphoreException in org.clapper.util.misc |
|---|
| Methods in org.clapper.util.misc that throw SemaphoreException | |
|---|---|
boolean |
Semaphore.acquire()
Deprecated. Acquire this semaphore. |
boolean |
ObjectLockSemaphore.acquire()
Deprecated. Acquire this semaphore. |
boolean |
Semaphore.acquire(long timeout)
Deprecated. Acquire this semaphore. |
boolean |
ObjectLockSemaphore.acquire(long timeout)
Deprecated. Acquire this semaphore. |
void |
Semaphore.addToCount(int delta)
Deprecated. Increment the semaphore's current value, as well as its maximum value. |
void |
ObjectLockSemaphore.addToCount(int delta)
Deprecated. Increment the semaphore's current value, as well as its maximum value. |
int |
Semaphore.getValue()
Deprecated. Get the semaphore's current value (i.e., its count). |
int |
ObjectLockSemaphore.getValue()
Deprecated. Get the semaphore's current value (i.e., its count). |
void |
Semaphore.release()
Deprecated. Release this semaphore, incrementing its counter. |
void |
ObjectLockSemaphore.release()
Deprecated. Release this semaphore, incrementing its counter. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||