|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PhpProcedureProxy | |
---|---|
php.java.bridge | PHP/Java Bridge core classes and interfaces. |
php.java.bridge.http | Fast socket and pipe context runners for PHP/Java Bridge J2EE backends. |
php.java.script | PHP script engine implementation. |
Uses of PhpProcedureProxy in php.java.bridge |
---|
Methods in php.java.bridge with parameters of type PhpProcedureProxy | |
---|---|
boolean |
Invocable.call(PhpProcedureProxy kont)
Call the java continuation with the current continuation kont as its argument. |
Uses of PhpProcedureProxy in php.java.bridge.http |
---|
Methods in php.java.bridge.http with parameters of type PhpProcedureProxy | |
---|---|
boolean |
Context.call(PhpProcedureProxy kont)
|
Uses of PhpProcedureProxy in php.java.script |
---|
Methods in php.java.script that return PhpProcedureProxy | |
---|---|
PhpProcedureProxy |
CGIRunner.getPhpScript()
One must call this function if one is interested in the php continuation. |
Methods in php.java.script with parameters of type PhpProcedureProxy | |
---|---|
boolean |
PhpSimpleHttpScriptContext.call(PhpProcedureProxy kont)
|
boolean |
PhpScriptContext.call(PhpProcedureProxy kont)
|
void |
CGIRunner.call(PhpProcedureProxy script)
The PHP script must call this function with the current continuation as an argument. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |