|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.phoenix_int.aserver.PHXInvokeReturn
public class PHXInvokeReturn
A utility class for holding reutrn information from an invoked function. It's used to capture additional return information such as whether all variable values should be retrieved after invocation, and can easily be extended for future needs in this vein.
To use this class, simply return it from a method defined on a Simple Self Manager.
PHXSimpleSelfManager| Constructor Summary | |
|---|---|
PHXInvokeReturn()
|
|
| Method Summary | |
|---|---|
boolean |
getDownloadInputs()
retrieves whether the invocation should trigger a redownloading of input values |
java.lang.String |
getReturnString()
retrieves the return string for the custom method |
void |
setDownloadInputs(boolean downloadInputs)
set whether input values should be redownloaded after the invocation |
void |
setReturnString(java.lang.String returnStr)
sets the return string for the custom method |
java.lang.String |
toString()
handle converting this class to a string in XML format |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PHXInvokeReturn()
| Method Detail |
|---|
public java.lang.String getReturnString()
public void setReturnString(java.lang.String returnStr)
returnStr - the return stringpublic boolean getDownloadInputs()
public void setDownloadInputs(boolean downloadInputs)
downloadInputs - Sends a hint to the client as to whether
input values should be re-downloaded after the invocation.public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||