|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.integrations.CommandResult
public class CommandResult
CommandResult is a transport independent representation of the results
from a RPC call. The CommandResult contains a result Object.
The result object is the value returned from a RPC call.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
|
| Constructor Summary | |
|---|---|
CommandResult()
|
|
| Method Summary | |
|---|---|
java.util.Map |
getContext()
Returns hook for extra parameters |
java.lang.Object |
getResult()
Returns the resulting value |
void |
setContext(java.util.Map pContext)
Sets hook for extra parameters |
void |
setResult(java.lang.Object pResult)
Sets the Resulting value |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public CommandResult()
| Method Detail |
|---|
public void setResult(java.lang.Object pResult)
public java.lang.Object getResult()
public void setContext(java.util.Map pContext)
public java.util.Map getContext()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||