Class Semaphore

java.lang.Object
  |
  +--Semaphore

public class Semaphore
extends java.lang.Object


Field Summary
private  int count
           
 
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, registerNatives, toString, wait, wait, wait
 

Field Detail

count

private int count
Constructor Detail

Semaphore

public Semaphore()

Semaphore

public Semaphore(int value)
Method Detail

V

public void V()

P

public void P()