org.xworker.util
类 Semaphore

java.lang.Object
  继承者 org.xworker.util.Semaphore
直接已知子类:
Action

public class Semaphore
extends java.lang.Object


字段摘要
private  boolean inuse
           
 
构造方法摘要
Semaphore()
           
 
方法摘要
 void finished()
           
 void use()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

inuse

private boolean inuse
构造方法详细信息

Semaphore

public Semaphore()
方法详细信息

finished

public void finished()

use

public void use()
         throws java.lang.InterruptedException
抛出:
java.lang.InterruptedException