php.java.servlet.fastcgi
Class FCGIProcess
java.lang.Object
java.lang.Process
php.java.bridge.Util.Process
php.java.servlet.fastcgi.FCGIProcess
- All Implemented Interfaces:
- IFCGIProcess
public class FCGIProcess
- extends Util.Process
- implements IFCGIProcess
Represents the FastCGI process.
- Author:
- jostb
Constructor Summary |
FCGIProcess(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,
java.lang.String realPath,
boolean tryOtherLocations,
boolean preferSystemPhp)
|
Method Summary |
void |
start()
Start a new FCGIProcess |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FCGIProcess
public FCGIProcess(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,
java.lang.String realPath,
boolean tryOtherLocations,
boolean preferSystemPhp)
throws java.io.IOException
- Throws:
java.io.IOException
start
public void start()
throws java.lang.NullPointerException,
java.io.IOException
- Description copied from interface:
IFCGIProcess
- Start a new FCGIProcess
- Specified by:
start
in interface IFCGIProcess
- Throws:
java.io.IOException
java.lang.NullPointerException