|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Util.Process | |
|---|---|
| php.java.bridge | Internal VM Bridge core classes and interfaces. |
| php.java.servlet.fastcgi | PHP/Java Bridge FastCGI Servlet. Applications should use the JSR 223 API instead. |
| Uses of Util.Process in php.java.bridge |
|---|
| Subclasses of Util.Process in php.java.bridge | |
|---|---|
static class |
Util.ProcessWithErrorHandler
Starts a CGI process with an error handler attached and returns the process handle. |
| Methods in php.java.bridge that return Util.Process | |
|---|---|
static Util.Process |
Util.Process.start(java.lang.String[] args,
boolean includeJava,
java.lang.String cgiDir,
java.lang.String pearDir,
java.lang.String webInfDir,
java.io.File homeDir,
java.util.Map env,
boolean tryOtherLocations,
boolean preferSystemPhp,
java.io.OutputStream err)
Starts a CGI process and returns the process handle. |
static Util.Process |
Util.ProcessWithErrorHandler.start(java.lang.String[] args,
boolean includeJava,
java.lang.String cgiDir,
java.lang.String pearDir,
java.lang.String webInfDir,
java.io.File homeDir,
java.util.Map env,
boolean tryOtherLocations,
boolean preferSystemPhp,
java.io.OutputStream err)
Starts a CGI process and returns the process handle. |
| Uses of Util.Process in php.java.servlet.fastcgi |
|---|
| Subclasses of Util.Process in php.java.servlet.fastcgi | |
|---|---|
class |
FCGIProcess
Represents the FastCGI process. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||