|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mmbase.module.builders.ImageRequestProcessor
A ImageRequest 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.
ImageRequest| Constructor Summary | |
ImageRequestProcessor(MMObjectBuilder icaches,
ImageConvertInterface convert,
Queue queue,
java.util.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 |
public ImageRequestProcessor(MMObjectBuilder icaches,
ImageConvertInterface convert,
Queue queue,
java.util.Map table)
| Method Detail |
protected void start()
public void run()
run in interface java.lang.Runnable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||