|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nakedobjects.remoting.exchange.ExecuteServerActionResponse
public class ExecuteServerActionResponse
| Constructor Summary | |
|---|---|
ExecuteServerActionResponse(DataInputExtended input)
|
|
ExecuteServerActionResponse(Data result,
ObjectData[] updatesData,
ReferenceData[] disposed,
ObjectData persistedTarget,
ObjectData[] persistedParameters,
java.lang.String[] messages,
java.lang.String[] warnings)
|
|
| Method Summary | |
|---|---|
void |
encode(DataOutputExtended output)
|
ReferenceData[] |
getDisposed()
|
java.lang.String[] |
getMessages()
Return all messages created by the action. |
ObjectData[] |
getPersistedParameters()
Return the ObjectDatas for any of the parameters (in the same seqence as passed to the server) if they were was persisited by the server. |
ObjectData |
getPersistedTarget()
Return the ObjectData for the target if it was persisited by the server. |
Data |
getReturn()
Return the Data for the result from executing the action. |
ObjectData[] |
getUpdates()
Return the set of ObjectData for any objects that where changed by the server while executing the action. |
java.lang.String[] |
getWarnings()
Return all warnings created by the action. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExecuteServerActionResponse(Data result,
ObjectData[] updatesData,
ReferenceData[] disposed,
ObjectData persistedTarget,
ObjectData[] persistedParameters,
java.lang.String[] messages,
java.lang.String[] warnings)
public ExecuteServerActionResponse(DataInputExtended input)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void encode(DataOutputExtended output)
throws java.io.IOException
encode in interface Encodablejava.io.IOExceptionpublic Data getReturn()
public ObjectData getPersistedTarget()
public ObjectData[] getPersistedParameters()
public ObjectData[] getUpdates()
public ReferenceData[] getDisposed()
public java.lang.String[] getMessages()
public java.lang.String[] getWarnings()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||