|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.egothor.util.thread.Pool
org.egothor.util.thread.PoolLIFO
public class PoolLIFO
This class is part of the Egothor Project
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.egothor.util.thread.Pool |
|---|
Pool.Queue |
| Field Summary |
|---|
| Fields inherited from class org.egothor.util.thread.Pool |
|---|
queue |
| Constructor Summary | |
|---|---|
PoolLIFO(int threads)
Constructor for the PoolLIFO object |
|
PoolLIFO(int threads,
int size)
Constructor for the PoolLIFO object |
|
| Method Summary |
|---|
| Methods inherited from class org.egothor.util.thread.Pool |
|---|
handle, initialize, process, size, stop |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PoolLIFO(int threads)
threads - Description of the Parameter
public PoolLIFO(int threads,
int size)
threads - Description of the Parametersize - Description of the Parameter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||