org.almendra.commons.threads
Class CountDown

java.lang.Object
  extended by org.almendra.commons.threads.Future
      extended by org.almendra.commons.threads.CountDown
All Implemented Interfaces:
IHistorizable, INamedObject, ISignalable

public class CountDown
extends Future

Author:
Oliver

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

count

int count
Constructor Detail

CountDown

public CountDown(int count)
Creates a new CountDown object.

Method Detail

decrement

public void decrement()