org.mmbase.util.images
Class ImageConversionRequestProcessor
java.lang.Object
org.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
|
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 |
ImageConversionRequestProcessor
public ImageConversionRequestProcessor(MMObjectBuilder icaches,
ImageConverter convert,
ImageInformer informer,
Queue queue,
Map table)
- Warning: No Java Documentation Available.
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