org.objectweb.perseus.distribution.lib
Class CountDown

java.lang.Object
  extended byorg.objectweb.perseus.distribution.lib.CountDown

public class CountDown
extends java.lang.Object


Constructor Summary
CountDown()
           
 
Method Summary
 void dec(int i)
           
 int getCount()
           
 void setCount(int i)
           
 void wait0(long timeout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CountDown

public CountDown()
Method Detail

wait0

public void wait0(long timeout)
           throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException

dec

public void dec(int i)

setCount

public void setCount(int i)

getCount

public int getCount()


Copyright © 2000-2002 France Telecom S.A., INRIA, IMAG-LSR All Rights Reserved.