Uses of Class
org.openeai.config.ThreadPoolConfig

Packages that use ThreadPoolConfig
org.openeai.config   
org.openeai.threadpool   
 

Uses of ThreadPoolConfig in org.openeai.config
 

Methods in org.openeai.config that return ThreadPoolConfig
 ThreadPoolConfig ScheduledAppConfig.getThreadPoolConfig()
          Returns the ThreadPool configuration object that will be used to initialize the ThreadPool associated to the ScheduledApp.
 ThreadPoolConfig ConsumerConfig.getThreadPoolConfig()
          Returns the ThreadPoolConfig Java object associated to this consumer.
 

Methods in org.openeai.config with parameters of type ThreadPoolConfig
 void ScheduledAppConfig.setThreadPoolConfig(ThreadPoolConfig tConfig)
          Sets the ThreadPool configuration object that will be used to initialize the ThreadPool associated to the ScheduledApp.
 void ConsumerConfig.setThreadPoolConfig(ThreadPoolConfig tConfig)
          Sets the ThreadPoolConfig Java object associated to this consumer.
 

Uses of ThreadPoolConfig in org.openeai.threadpool
 

Constructors in org.openeai.threadpool with parameters of type ThreadPoolConfig
ThreadPoolImpl(ThreadPoolConfig tConfig)
           
 



Copyright © 2002, OpenEAI Software Foundation