com.jalios.util
Class BinarySemaphore

java.lang.Object
  extended by com.jalios.util.Semaphore
      extended by com.jalios.util.BinarySemaphore

public final class BinarySemaphore
extends Semaphore


Field Summary
static String REVISION
           
 
Fields inherited from class com.jalios.util.Semaphore
value
 
Constructor Summary
BinarySemaphore()
           
BinarySemaphore(boolean initial)
           
BinarySemaphore(int initial)
           
 
Method Summary
 void V()
           
 
Methods inherited from class com.jalios.util.Semaphore
interruptibleP, P, toString, value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

REVISION

public static final String REVISION
See Also:
Constant Field Values
Constructor Detail

BinarySemaphore

public BinarySemaphore()

BinarySemaphore

public BinarySemaphore(int initial)

BinarySemaphore

public BinarySemaphore(boolean initial)
Method Detail

V

public final void V()
Overrides:
V in class Semaphore


Copyright © 2001-2010 Jalios SA. All Rights Reserved.