org.mmbase.util.images
Class ImageConversionRequestProcessor

java.lang.Object
  extended byorg.mmbase.util.images.ImageConversionRequestProcessor
All Implemented Interfaces:
Runnable

public class ImageConversionRequestProcessor
extends Object
implements Runnable

An ImageConversionRequest Processor is a daemon Thread which can handle image transformations. Normally a few of these are started. Each one contains a Queue of Image request jobs it has to do, which is constantly watched for new jobs.

Version:
$Id: ImageConversionRequestProcessor.java,v 1.5 2005/11/30 15:58:04 pierre Exp $
Author:
Rico Jansen, Michiel Meeuwissen
See Also:
ImageConversionRequest

Constructor Summary
ImageConversionRequestProcessor(MMObjectBuilder icaches, ImageConverter convert, ImageInformer informer, Queue queue, Map table)
           
 
Method Summary
 void run()
           
protected  void start()
          Starts the thread for this ImageRequestProcessor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageConversionRequestProcessor

public ImageConversionRequestProcessor(MMObjectBuilder icaches,
                                       ImageConverter convert,
                                       ImageInformer informer,
                                       Queue queue,
                                       Map table)
Warning: No Java Documentation Available.
Method Detail

start

protected void start()
Starts the thread for this ImageRequestProcessor.


run

public void run()
Specified by:
run in interface Runnable


MMBase build 1.8.1.20060716