org.egothor.util.thread
Class PoolFIFO

java.lang.Object
  extended by org.egothor.util.thread.Pool
      extended by org.egothor.util.thread.PoolFIFO

public class PoolFIFO
extends Pool

This class is part of the Egothor Project

Author:
Leo Galambos

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

PoolFIFO

public PoolFIFO(int threads)
Constructor for the PoolFIFO object

Parameters:
threads - Description of the Parameter

PoolFIFO

public PoolFIFO(int threads,
                int size)
Constructor for the PoolFIFO object

Parameters:
threads - Description of the Parameter
size - Description of the Parameter