net.sf.bt747.j2se.system
Class J2SESemaphore

java.lang.Object
  extended by net.sf.bt747.j2se.system.J2SESemaphore
All Implemented Interfaces:
BT747Semaphore

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

Author:
Mario De Weerd

Constructor Summary
J2SESemaphore(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

J2SESemaphore

public J2SESemaphore(int value)
Method Detail

down

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

up

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