org.mmbase.util.images
Class ImageConversionRequest

java.lang.Object
  extended byorg.mmbase.util.images.ImageConversionRequest

public class ImageConversionRequest
extends Object

Defines one Image convert request.

Version:
$Id: ImageConversionRequest.java,v 1.3 2005/10/03 17:33:39 michiel Exp $
Author:
Rico Jansen, Michiel Meeuwissen

Constructor Summary
ImageConversionRequest(List params, byte[] in, String format, MMObjectNode icacheNode)
           
 
Method Summary
 int count()
          Returns how many request are waiting for the result of this image transformation.
 byte[] getInput()
          The byte[] on which the conversion must happen.
 String getInputFormat()
           
 MMObjectNode getNode()
          The icache node in which the conversion results must be stored.
 List getParams()
          The parameters describing the conversion.
 void ready()
           
 String toString()
           
 void waitForConversion()
          Waits until the conversion result is ready.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImageConversionRequest

public ImageConversionRequest(List params,
                              byte[] in,
                              String format,
                              MMObjectNode icacheNode)
Warning: No Java Documentation Available.
Method Detail

getParams

public List getParams()
The parameters describing the conversion.


getInput

public byte[] getInput()
The byte[] on which the conversion must happen.


getNode

public MMObjectNode getNode()
The icache node in which the conversion results must be stored.


getInputFormat

public String getInputFormat()

waitForConversion

public void waitForConversion()
Waits until the conversion result is ready.


ready

public void ready()

count

public int count()
Returns how many request are waiting for the result of this image transformation.


toString

public String toString()


MMBase build 1.8.1.20060716