|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface SimplePool.Poolable
| Method Summary | |
|---|---|
void |
destroy(long timeout)
|
void |
init()
|
boolean |
isBusy()
Returns wether a thread is currently making it busy. |
void |
run()
Must return only when the task is finished. |
| Method Detail |
|---|
void init()
void destroy(long timeout)
void run()
Object.notify()ed
boolean isBusy()
run()
method to be called.
This method will be called very often, so please ensure
that it is just a flag-reading.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||