org.mmbase.module.builders
Class ImageRequest

java.lang.Object
  extended byorg.mmbase.module.builders.ImageRequest

public class ImageRequest
extends java.lang.Object

Defines one Image convert request.

Version:
$Id: ImageRequest.java,v 1.6 2004/03/10 14:55:22 michiel Exp $
Author:
Rico Jansen

Constructor Summary
ImageRequest(int id, java.lang.String ckey, java.util.List params, byte[] in)
           
 
Method Summary
 int count()
          Returns how many request are waiting for the result of this image transformation.
 ByteFieldContainer getContainer()
          Returns the result of the image conversion, a byte array wrapped in a ByteFieldContainer.
 int getId()
           
 byte[] getInput()
           
 java.lang.String getKey()
           
 java.util.List getParams()
           
 void setContainer(ByteFieldContainer container)
          Sets the result-bytes of request images conversion.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImageRequest

public ImageRequest(int id,
                    java.lang.String ckey,
                    java.util.List params,
                    byte[] in)
Warning: No Java Documentation Available.
Method Detail

getParams

public java.util.List getParams()
Warning: No Java Documentation Available.

getKey

public java.lang.String getKey()
Warning: No Java Documentation Available.

getInput

public byte[] getInput()
Warning: No Java Documentation Available.

getId

public int getId()
Warning: No Java Documentation Available.

getContainer

public ByteFieldContainer getContainer()
Returns the result of the image conversion, a byte array wrapped in a ByteFieldContainer.

Since:
MMBase-1.7

setContainer

public void setContainer(ByteFieldContainer container)
Sets the result-bytes of request images conversion. It should be wrapped in a ByteFieldContainer.

Since:
MMBase-1.7

count

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


toString

public java.lang.String toString()


MMBase build 1.7.1.20041002