com.jalios.util
Class Semaphore
java.lang.Object
  
com.jalios.util.Semaphore
- Direct Known Subclasses: 
 - BinarySemaphore
 
public abstract class Semaphore
- extends Object
 
 
 
 
 
REVISION
public static final String REVISION
- See Also:
 - Constant Field Values
 
value
protected int value
Semaphore
protected Semaphore()
Semaphore
protected Semaphore(int initial)
P
public void P()
 
V
public void V()
 
value
public int value()
 
toString
public String toString()
- Overrides:
 toString in class Object
 
 
interruptibleP
public void interruptibleP()
                    throws InterruptedException
- Throws:
 InterruptedException
 
Copyright © 2001-2010 Jalios SA. All Rights Reserved.