|
||||||||||
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.PoolFIFO
public class PoolFIFO
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 | |
---|---|
PoolFIFO(int threads)
Constructor for the PoolFIFO object |
|
PoolFIFO(int threads,
int size)
Constructor for the PoolFIFO 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 PoolFIFO(int threads)
threads
- Description of the Parameterpublic PoolFIFO(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 |