Class Semaphore

java.lang.Object
  |
  +--Semaphore

public class Semaphore
extends java.lang.Object


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

Constructor Detail

Semaphore

public Semaphore()

Semaphore

public Semaphore(int value)
Method Detail

V

public void V()

P

public void P()