javax.realtime.util
Class CountableEventVariable

java.lang.Object
  extended byjavax.realtime.util.CountableEventVariable

public class CountableEventVariable
extends Object


Constructor Summary
CountableEventVariable()
           
CountableEventVariable(int eventCount)
           
 
Method Summary
 void await()
           
 void await(long timeoutMillis)
           
 void await(long timeoutMillis, int timeoutNanos)
           
 void broadCastSignal()
           
 int getCount()
           
 void signal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CountableEventVariable

public CountableEventVariable()

CountableEventVariable

public CountableEventVariable(int eventCount)
Method Detail

await

public void await()
           throws InterruptedException
Throws:
InterruptedException

await

public void await(long timeoutMillis)
           throws InterruptedException
Throws:
InterruptedException

await

public void await(long timeoutMillis,
                  int timeoutNanos)
           throws InterruptedException
Throws:
InterruptedException

signal

public void signal()

broadCastSignal

public void broadCastSignal()

getCount

public int getCount()


jRate is developed and maintained by the jRate project development team.
Copyright (c) 2001-2005 Angelo Corsaro and Morgan Deters.