org.egothor.util.thread
Class PoolLIFO

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

public class PoolLIFO
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
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

PoolLIFO

public PoolLIFO(int threads)
Constructor for the PoolLIFO object

Parameters:
threads - Description of the Parameter

PoolLIFO

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

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