Uses of Interface
org.openeai.threadpool.ThreadPool

Packages that use ThreadPool
org.openeai.afa   
org.openeai.jms.consumer   
org.openeai.threadpool   
 

Uses of ThreadPool in org.openeai.afa
 

Methods in org.openeai.afa with parameters of type ThreadPool
 void ScheduledApp.setThreadPool(ThreadPool tPool)
          Sets the ThreadPool object associated to this ScheduledApp.
 

Uses of ThreadPool in org.openeai.jms.consumer
 

Fields in org.openeai.jms.consumer declared as ThreadPool
protected  ThreadPool MessageConsumer.m_threadPool
           
 

Methods in org.openeai.jms.consumer that return ThreadPool
 ThreadPool MessageConsumer.getThreadPool()
          Returns the ThreadPool object that will be used by this Consumer to execute ConsumerCommands in.
 

Methods in org.openeai.jms.consumer with parameters of type ThreadPool
 void MessageConsumer.setThreadPool(ThreadPool tPool)
          Sets the ThreadPool object that will be used by this Consumer to execute ConsumerCommands in.
 

Uses of ThreadPool in org.openeai.threadpool
 

Classes in org.openeai.threadpool that implement ThreadPool
 class ThreadPoolImpl
           
 



Copyright © 2002,2003 OpenEAI Software Foundation