Package php.java.bridge

Internal VM Bridge core classes and interfaces.

See:
          Description

Interface Summary
IDocHandler Defines the parser callbacks.
IJavaBridgeFactory Create PHP/Java Bridge instances.
ILogger The log interface for the PHP/Java Bridge log.
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.
 

Class Summary
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.
DynamicClassLoader This class implements a class loader, which keeps track of a dynamic list of other delegate URLClassLoaders It is possible to change the list of these Classloaders during execution.
JavaBridge This is the main interface of the PHP/Java Bridge.
JavaBridgeClassLoader A bridge pattern which allows us to vary the class loader as run-time.
JavaBridgeFactory Create new JavaBridge instances
JavaBridgeRunner This is the main entry point for the PHP/Java Bridge library.
JavaBridgeSecurityManager A custom security manager for the PHP/Java Bridge.
PhpProcedure This class takes the supplied PHP environment and creates a dynamic proxy for calling PHP code.
PhpProcedureProxy This class creates a procedure proxy proxy which evaluates to a dynamic proxy in coerce().
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.
SessionFactory Create new session instances
SimpleJavaBridgeClassLoader A bridge pattern which allows us to vary the class loader as run-time.
SimpleLog4jLogger A logger which uses the log4j default appender.
Standalone This is the standalone container of the PHP/Java Bridge.
StandaloneGCC This is the native standalone container of the PHP/Java Bridge.
ThreadPool A standard thread pool, accepts runnables and runs them in a thread environment.
Util Miscellaneous functions.
Util.HeaderParser A procedure class which can be used to capture the HTTP header strings.
Util.Logger Only for internal use.
Util.Process Starts a CGI process and returns the process handle.
Util.ProcessWithErrorHandler Starts a CGI process with an error handler attached and returns the process handle.
Util.Thread Convenience daemon thread class
 

Exception Summary
JavaBridgeIllegalArgumentException This class is needed for backward compatibility with JDK 1.4
JavaBridgeIllegalStateException This class is needed for backward compatibility with JDK 1.4
NotImplementedException Thrown when a feature is not and will not be implemented
Request.AbortException This exception isn't an exception but a construct to emulate a one-shot continuation in Java.
Util.Process.PhpException A generic PHP exception
 

Package php.java.bridge Description

Internal VM Bridge core classes and interfaces.
Applications should use the JSR 223 API instead.