|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.almendra.commons.threads.Future
org.almendra.commons.threads.CountDown
public class CountDown
Field Summary | |
---|---|
(package private) int |
count
|
Fields inherited from class org.almendra.commons.threads.Future |
---|
exception, historyItems, holds, latch, lock, name, signaled, timeoutOccurred, verbose |
Constructor Summary | |
---|---|
CountDown(int count)
Creates a new CountDown object. |
Method Summary | |
---|---|
void |
decrement()
|
Methods inherited from class org.almendra.commons.threads.Future |
---|
acquire, acquire, addHistoryItems, createHistorySummary, getException, getHistoryItems, getName, hasException, holds, isTimeout, isVerbose, primAcquire, setException, setVerbose, signal |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
int count
Constructor Detail |
---|
public CountDown(int count)
CountDown
object.
Method Detail |
---|
public void decrement()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |