net.sf.bt747.waba.system
Class WabaSemaphore

java.lang.Object
  extended by net.sf.bt747.waba.system.WabaSemaphore
All Implemented Interfaces:
BT747Semaphore

public final class WabaSemaphore
extends java.lang.Object
implements BT747Semaphore

Author:
Mario De Weerd

Constructor Summary
WabaSemaphore(int value)
           
 
Method Summary
 void down()
           
 void up()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WabaSemaphore

public WabaSemaphore(int value)
Method Detail

down

public final void down()
Specified by:
down in interface BT747Semaphore

up

public final void up()
Specified by:
up in interface BT747Semaphore