public class NetResponse extends TransferableObject
NetRequest,
Serialized Form| Modifier and Type | Method and Description |
|---|---|
AgentWatchDogTask |
getAgentTask() |
NetCommand |
getCommand() |
java.lang.Exception |
getError() |
long |
getRequestId() |
java.lang.Object |
getResult() |
boolean |
hasError() |
boolean |
needsConfirmation() |
void |
setAgentTask(AgentWatchDogTask agentTask) |
NetResponse |
setError(java.lang.Exception e) |
NetResponse |
setResult(java.lang.Object data)
Sets the result argument.
|
DumpString |
toDumpString(DumpString s)
This method allows subclasses to add values to the existing DumpString of the superclass.
|
ToString |
toString(ToString s)
This method allows subclasses to add values to the existing ToString of the superclass.
|
clone, deepCloneconfigureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toStringpublic void setAgentTask(AgentWatchDogTask agentTask)
public AgentWatchDogTask getAgentTask()
public NetResponse setResult(java.lang.Object data)
public boolean needsConfirmation()
public NetCommand getCommand()
public java.lang.Object getResult()
public long getRequestId()
public boolean hasError()
public java.lang.Exception getError()
public NetResponse setError(java.lang.Exception e)
public ToString toString(ToString s)
DumpabletoString in interface DumpabletoString in class DumpableObjectpublic DumpString toDumpString(DumpString s)
DumpabletoDumpString in interface DumpabletoDumpString in class DumpableObjectCopyright © 2014 EsprIT-Systems. All Rights Reserved.