| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Number
php.java.script.ResultProxy
public class ResultProxy
Returned by ScriptEngine.eval(java.io.Reader) this class holds a proxy
 for the result code returned by PHP. Invoke any of its procedures to terminate the script
 engine to receive its result code.
| Method Summary | |
|---|---|
|  void | close()Release the script engine | 
|  double | doubleValue()Release the script engine and return the result code | 
|  float | floatValue()Release the script engine and return the result code | 
|  int | getResult()Release the script engine and return the result code | 
|  int | intValue()Release the script engine and return the result code | 
|  long | longValue()Release the script engine and return the result code | 
|  java.lang.String | toString()Release the script engine and return the result code | 
| Methods inherited from class java.lang.Number | 
|---|
| byteValue, shortValue | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Method Detail | 
|---|
public int getResult()
public java.lang.String toString()
toString in class java.lang.Objectpublic double doubleValue()
doubleValue in class java.lang.Numberpublic float floatValue()
floatValue in class java.lang.Numberpublic int intValue()
intValue in class java.lang.Numberpublic long longValue()
longValue in class java.lang.Number
public void close()
           throws java.io.IOException
java.io.IOException| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||