Class BinarySemaphore

java.lang.Object
  |
  +--BinarySemaphore

public class BinarySemaphore
extends java.lang.Object


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

Method Detail

P

public void P()

V

public void V()