Alphabetical Index: D

A B C D E F G H I J K L M N O P R S T U V W

D

debugMsg(String) - static method in class php.java.bridge.DynamicClassLoader
DEFAULT_CGI_ENVIRONMENT - static field in class php.java.bridge.Util
The default CGI environment
DEFAULT_CGI_LOCATIONS - static field in class php.java.bridge.Util
The default CGI locations: "/usr/bin/php-cgi", "/usr/bin/php", "c:/php5/php-cgi.exe
DEFAULT_HEADER_PARSER - static field in class php.java.bridge.Util
The default CGI header parser.
DEFAULT_LOG_FILE - static field in class php.java.bridge.Util
The default log file.
DEFAULT_LOG_LEVEL - static field in class php.java.bridge.Util
The default log level, java.log_level from php.ini overrides.
defaultCacheTimeout - static field in class php.java.bridge.DynamicClassLoader
defaultLazy - static field in class php.java.bridge.DynamicClassLoader
deserialize(String,int) - method in class php.java.bridge.JavaBridge
Load the object from the session store.
destroy() - method in class php.java.bridge.http.ContextServer
destroy() - method in class php.java.faces.FacesServlet
destroy() - method in class php.java.servlet.FastCGIServlet
destroy() - method in class php.java.bridge.http.HttpServer
Stop the HTTP server.
destroy() - method in class php.java.servlet.HttpSessionFacade
destroy() - method in class php.java.bridge.http.IContextServer
Destroy the server
destroy() - method in class php.java.bridge.ISession
Causes this representation of the session to be invalidated an removed from its context.
destroy() - method in class php.java.servlet.PhpCGIServlet
destroy() - method in class php.java.servlet.PhpJavaServlet
destroy() - method in class php.java.bridge.http.PipeContextServer
Destroy the server
destroy() - method in class php.java.bridge.http.SocketContextServer
Destroy the server
destroy() - method in class php.java.bridge.Util.Process
destroy() - method in class php.java.bridge.Util.ProcessWithErrorHandler
DynamicClassLoader - class php.java.bridge.DynamicClassLoader
Title: php-java-bridge

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.

DynamicClassLoader() - constructor for class php.java.bridge.DynamicClassLoader
DynamicClassLoader(ClassLoader) - constructor for class php.java.bridge.DynamicClassLoader
The bridge class loader which uses the DynamicClassLoader when possible.