Uses of Class
seda.sandStorm.internal.ThreadPool

Packages that use ThreadPool
seda.sandStorm.internal   
seda.sandStorm.lib.aDisk   
seda.sandStorm.lib.aSocket   
 

Uses of ThreadPool in seda.sandStorm.internal
 

Fields in seda.sandStorm.internal declared as ThreadPool
protected  ThreadPool TPSThreadManager.stageRunnable.tp
           
 

Methods in seda.sandStorm.internal with parameters of type ThreadPool
 void ThreadPoolController.register(StageWrapperIF stage, ThreadPool tp)
          Register a thread pool with this controller, using the queue threshold specified by the system configuration.
 void ThreadPoolController.register(StageWrapperIF stage, ThreadPool tp, ProfilableIF metric)
          Register a thread pool with this controller, using the queue threshold specified by the system configuration.
 

Constructors in seda.sandStorm.internal with parameters of type ThreadPool
TPSThreadManager.stageRunnable(StageWrapperIF wrapper, ThreadPool tp)
           
ThreadPoolController.tpcClient(StageWrapperIF stage, ThreadPool tp, ProfilableIF metric, int threshold)
           
 

Uses of ThreadPool in seda.sandStorm.lib.aDisk
 

Methods in seda.sandStorm.lib.aDisk with parameters of type ThreadPool
 void AFileTPTM.AFileTPThread.registerTP(ThreadPool tp)
           
 

Uses of ThreadPool in seda.sandStorm.lib.aSocket
 

Fields in seda.sandStorm.lib.aSocket declared as ThreadPool
protected  ThreadPool aSocketThreadManager.aSocketThread.tp
           
 

Methods in seda.sandStorm.lib.aSocket with parameters of type ThreadPool
(package private)  void aSocketThreadManager.aSocketThread.registerTP(ThreadPool tp)