ConditionVariable (Java Globus API)

org.globus.common
Class ConditionVariable

java.lang.Object
  |
  +--org.globus.common.ConditionVariable

public class ConditionVariable
extends java.lang.Object


Constructor Summary
ConditionVariable()
           
 
Method Summary
 int getValue()
           
 void setValue(int value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConditionVariable

public ConditionVariable()
Method Detail

setValue

public void setValue(int value)

getValue

public int getValue()