Uses of Package
php.java.bridge

Packages that use php.java.bridge
php.java.bridge Internal VM Bridge core classes and interfaces. 
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.script.servlet Internal PHP script engine implementation for servlets.
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. 
 

Classes in php.java.bridge used by php.java.bridge
AppThreadPool
          A specialized thread pool which automatically terminates all group threads at the end of the request.
ChainsawLogger
          A logger class which connects to chainsaw -- chainsaw is a log4j viewer.
IDocHandler
          Defines the parser callbacks.
IJavaBridgeFactory
          Create JavaBridge, IContext and ISession instances.
ILogger
          The log interface for the PHP/Java Bridge log.
ISession
          The ISession interface is implemented by services to provide an association between an HTTP client and HTTP server.
ISocketFactory
          Create socket instances.
JavaBridge
          This is the main interface of the PHP/Java Bridge.
JavaBridgeFactory
          Create new JavaBridge instances
JavaBridgeRunner
          This is the main entry point for the PHP/Java Bridge library.
PhpProcedure
          This class takes the supplied PHP environment and creates a dynamic proxy for calling PHP code.
Request
          This class is used to handle requests from the front-end.
Response
          This class is used to write the response to the front-end.
SimpleLog4jLogger
          A logger which uses the log4j default appender.
ThreadPool
          A standard thread pool, accepts runnables and runs them in a thread environment.
Util.Process
          Starts a CGI process and returns the process handle.
Util.Process.PhpException
          A generic PHP exception
 

Classes in php.java.bridge used by php.java.bridge.http
AppThreadPool
          A specialized thread pool which automatically terminates all group threads at the end of the request.
IJavaBridgeFactory
          Create JavaBridge, IContext and ISession instances.
ILogger
          The log interface for the PHP/Java Bridge log.
IManaged
          Classes which implement this interface receive a notification before their container terminates.
Invocable
          Classes which implement this interface are able to call php code.
ISession
          The ISession interface is implemented by services to provide an association between an HTTP client and HTTP server.
ISocketFactory
          Create socket instances.
JavaBridge
          This is the main interface of the PHP/Java Bridge.
JavaBridgeFactory
          Create new JavaBridge instances
Request
          This class is used to handle requests from the front-end.
SessionFactory
          Create new session instances
 

Classes in php.java.bridge used by php.java.script
IJavaBridgeFactory
          Create JavaBridge, IContext and ISession instances.
ILogger
          The log interface for the PHP/Java Bridge log.
IManaged
          Classes which implement this interface receive a notification before their container terminates.
Invocable
          Classes which implement this interface are able to call php code.
ISession
          The ISession interface is implemented by services to provide an association between an HTTP client and HTTP server.
JavaBridgeRunner
          This is the main entry point for the PHP/Java Bridge library.
 

Classes in php.java.bridge used by php.java.script.servlet
ILogger
          The log interface for the PHP/Java Bridge log.
IManaged
          Classes which implement this interface receive a notification before their container terminates.
Invocable
          Classes which implement this interface are able to call php code.
 

Classes in php.java.bridge used by php.java.servlet
IJavaBridgeFactory
          Create JavaBridge, IContext and ISession instances.
ILogger
          The log interface for the PHP/Java Bridge log.
IManaged
          Classes which implement this interface receive a notification before their container terminates.
Invocable
          Classes which implement this interface are able to call php code.
ISession
          The ISession interface is implemented by services to provide an association between an HTTP client and HTTP server.
JavaBridgeFactory
          Create new JavaBridge instances
Request
          This class is used to handle requests from the front-end.
ThreadPool
          A standard thread pool, accepts runnables and runs them in a thread environment.
 

Classes in php.java.bridge used by php.java.servlet.fastcgi
Util.Process
          Starts a CGI process and returns the process handle.