org.jboss.byteman.synchronization
Class Rendezvous.Counter

java.lang.Object
  extended by org.jboss.byteman.synchronization.Rendezvous.Counter
Enclosing class:
Rendezvous

public class Rendezvous.Counter
extends java.lang.Object

class encapsulating state for a specific rendezvous


Field Summary
 int arrived
          count of the number of threads actually arrived at this rendezvous
 boolean isPoisoned
          true if this
 
Constructor Summary
Rendezvous.Counter()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

arrived

public int arrived
count of the number of threads actually arrived at this rendezvous


isPoisoned

public boolean isPoisoned
true if this

Constructor Detail

Rendezvous.Counter

public Rendezvous.Counter()