|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.spicefactory.pimento.io.PimentoResult
public class PimentoResult
Holds the result sent from the server in a Pimento-managed Cinnamon service request.
| Constructor Summary | |
|---|---|
PimentoResult()
Creates a new instance. |
|
PimentoResult(Object result)
Creates a new instance |
|
| Method Summary | |
|---|---|
void |
readExternal(DataInput input)
Restores the content of this object from the DataInput instance. |
String |
toString()
|
void |
writeExternal(DataOutput output)
Saves the content of this object to the DataOutput instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PimentoResult()
public PimentoResult(Object result)
result - the result value, usually the return value from the service invocation| Method Detail |
|---|
public void readExternal(DataInput input)
Externalizable
readExternal in interface Externalizableinput - the AMF3 data to read frompublic void writeExternal(DataOutput output)
Externalizable
writeExternal in interface Externalizableoutput - the output to write topublic String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||