Uses of Class
php.java.bridge.AppThreadPool

Packages that use AppThreadPool
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. 
 

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
SocketContextServer(AppThreadPool threadPool, boolean promiscuous, java.lang.String contextName)
          Create a new ContextServer using the ThreadPool.