Uses of Class
php.java.bridge.ThreadPool.Delegate

Packages that use ThreadPool.Delegate
php.java.bridge Internal VM Bridge core classes and interfaces. 
 

Uses of ThreadPool.Delegate in php.java.bridge
 

Subclasses of ThreadPool.Delegate in php.java.bridge
(package private)  class AppThreadPool.Delegate
          A specialized delegate which can handle persistent connections and interrupts application threads when end() or terminate() is called.
 

Methods in php.java.bridge that return ThreadPool.Delegate
protected  ThreadPool.Delegate ThreadPool.createDelegate(java.lang.String name)
           
protected  ThreadPool.Delegate AppThreadPool.createDelegate(java.lang.String name)