Uses of Interface
php.java.bridge.http.IFCGIProcess

Packages that use IFCGIProcess
php.java.bridge.http Internal fast socket and pipe context runners for VM Bridge J2EE backends. 
php.java.script Internal PHP script engine implementation.
Applications should use the JSR 223 API instead. 
php.java.servlet PHP/Java Bridge Servlet.
Applications should use the JSR 223 API instead. 
php.java.servlet.fastcgi PHP/Java Bridge FastCGI Servlet.
Applications should use the JSR 223 API instead. 
 

Uses of IFCGIProcess in php.java.bridge.http
 

Methods in php.java.bridge.http that return IFCGIProcess
 IFCGIProcess IFCGIProcessFactory.createFCGIProcess(java.lang.String[] args, boolean includeJava, java.io.File home, java.util.Map env)
          Create a FastCGI Process
 

Uses of IFCGIProcess in php.java.script
 

Methods in php.java.script that return IFCGIProcess
 IFCGIProcess FastCGIProxy.createFCGIProcess(java.lang.String[] args, boolean includeJava, java.io.File home, java.util.Map env)
          Create a FastCGI Process
 

Uses of IFCGIProcess in php.java.servlet
 

Methods in php.java.servlet that return IFCGIProcess
 IFCGIProcess ContextLoaderListener.createFCGIProcess(java.lang.String[] args, boolean includeJava, java.io.File home, java.util.Map env)
          Create a FastCGI Process
 

Uses of IFCGIProcess in php.java.servlet.fastcgi
 

Classes in php.java.servlet.fastcgi that implement IFCGIProcess
 class FCGIProcess
          Represents the FastCGI process.