com.macromedia.generator.app
Class Semaphore

java.lang.Object
  |
  +--com.macromedia.generator.app.Semaphore

public class Semaphore
extends java.lang.Object


Constructor Summary
Semaphore(int i)
           
 
Method Summary
 void release()
           
 boolean take()
           
 boolean take(int i)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Semaphore

public Semaphore(int i)
Method Detail

release

public void release()

take

public boolean take()
             throws java.lang.InterruptedException

take

public boolean take(int i)
             throws java.lang.InterruptedException