Uses of Class
php.java.bridge.ThreadPool

Packages that use ThreadPool
php.java.bridge PHP/Java Bridge core classes and interfaces. 
php.java.bridge.http Fast socket and pipe context runners for PHP/Java Bridge J2EE backends. 
 

Uses of ThreadPool in php.java.bridge
 

Methods in php.java.bridge that return ThreadPool
static ThreadPool Util.createThreadPool(java.lang.String name)
           
 

Uses of ThreadPool in php.java.bridge.http
 

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