org.jboss.byteman.synchronization
Class CountDown

java.lang.Object
  extended by org.jboss.byteman.synchronization.CountDown

public class CountDown
extends java.lang.Object

class provided to support rule builtins getCounter, decrementCounter and addCounter


Field Summary
private  int count
           
 
Constructor Summary
CountDown(int count)
           
 
Method Summary
 boolean decrement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

count

private int count
Constructor Detail

CountDown

public CountDown(int count)
Method Detail

decrement

public boolean decrement()