|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mmbase.module.builders.ImageRequest
Defines one Image convert request.
| 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 |
public ImageRequest(int id,
java.lang.String ckey,
java.util.List params,
byte[] in)
| Method Detail |
public java.util.List getParams()
public java.lang.String getKey()
public byte[] getInput()
public int getId()
public ByteFieldContainer getContainer()
public void setContainer(ByteFieldContainer container)
public int count()
public java.lang.String toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||