org.objectweb.cjdbc.scenario.standalone.jvm
Class Barrier

java.lang.Object
  extended byorg.objectweb.cjdbc.scenario.standalone.jvm.Barrier

public class Barrier
extends java.lang.Object


Field Summary
private  int m_currentCount
           
private  int m_numThreads
           
 
Constructor Summary
Barrier(int numThreads)
           
 
Method Summary
 void waitForGo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_numThreads

private int m_numThreads

m_currentCount

private int m_currentCount
Constructor Detail

Barrier

public Barrier(int numThreads)
Method Detail

waitForGo

public void waitForGo()


Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.