|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.jas.util.Terminator
public class Terminator
terminating helper class like a barrier with coming and going
| Constructor Summary | |
|---|---|
Terminator(int workers)
|
|
| Method Summary | |
|---|---|
void |
allIdle()
|
void |
beIdle()
|
void |
done()
|
boolean |
hasJobs()
|
void |
notIdle()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Terminator(int workers)
| Method Detail |
|---|
public void beIdle()
public void allIdle()
public void notIdle()
public boolean hasJobs()
public void done()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||