Uses of Class
php.java.bridge.AppThreadPool

Packages that use AppThreadPool
php.java.bridge VM Bridge core classes and interfaces. 
php.java.bridge.http Fast socket and pipe context runners for VM Bridge J2EE backends. 
 

Uses of AppThreadPool in php.java.bridge
 

Methods in php.java.bridge that return AppThreadPool
static AppThreadPool Util.createThreadPool(java.lang.String name)
          Create a new AppThreadPool.
 

Uses of AppThreadPool in php.java.bridge.http
 

Constructors in php.java.bridge.http with parameters of type AppThreadPool
PipeContextServer(ContextFactory.ICredentials contextServer, AppThreadPool threadPool, java.lang.String contextName)
          Create a new ContextServer using the ThreadPool.
SocketContextServer(AppThreadPool threadPool)
          Create a new ContextServer using the ThreadPool.