| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.apache.java.lang.Semaphore
| Field Summary | |
| private  int | allowed | 
| Constructor Summary | |
| Semaphore(int limit) | |
| Method Summary | |
|  void | entry() | 
|  void | exit() | 
|  void | throttle() | 
| Methods inherited from class java.lang.Object | 
|  | 
| Field Detail | 
private int allowed
| Constructor Detail | 
public Semaphore(int limit)
| Method Detail | 
public final void entry()
public final void exit()
public final void throttle()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||