org.objectweb.proactive.core.ssh
Class Semaphore

java.lang.Object
  extended byorg.objectweb.proactive.core.ssh.Semaphore

public class Semaphore
extends java.lang.Object

Author:
mlacage A trivial classic Semaphore (in the Dijkstra sense).

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

Constructor Detail

Semaphore

public Semaphore(int value)
Method Detail

down

public void down()

up

public void up()


Copyright ? April 2005 INRIA All Rights Reserved.