|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IContinuation
Classes implementing this interface represent the script continuation; they can be used to allocate php scripts on a HTTP- or FastCGI server.
Method Summary | |
---|---|
void |
call(java.lang.Object script)
The PHP script must call this function with the current continuation as an argument. |
java.lang.Object |
getPhpScript()
One must call this function if one is interested in the php continuation. |
void |
release()
This function must be called to release the allocated php continuation. |
Method Detail |
---|
void call(java.lang.Object script) throws java.lang.InterruptedException
Example:
java_context()->call(java_closure());
script
- - The php continuation
java.lang.InterruptedException
java.lang.Object getPhpScript() throws java.lang.Exception
java.lang.Exception
void release() throws java.lang.InterruptedException
java.lang.InterruptedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |