Uses of Interface
org.apache.geronimo.system.threads.ThreadPool

Packages that use ThreadPool
org.apache.geronimo.j2ee.management.impl   
org.apache.geronimo.jetty6.connector   
org.apache.geronimo.management.geronimo   
org.apache.geronimo.pool   
org.apache.geronimo.system.plugin   
 

Uses of ThreadPool in org.apache.geronimo.j2ee.management.impl
 

Methods in org.apache.geronimo.j2ee.management.impl that return ThreadPool
 ThreadPool[] J2EEServerImpl.getThreadPools()
           
 

Uses of ThreadPool in org.apache.geronimo.jetty6.connector
 

Constructors in org.apache.geronimo.jetty6.connector with parameters of type ThreadPool
AJP13Connector(JettyContainer container, ThreadPool threadPool)
           
HTTPBlockingConnector(JettyContainer container, ThreadPool threadPool)
           
HTTPSelectChannelConnector(JettyContainer container, ThreadPool threadPool)
           
HTTPSocketConnector(JettyContainer container, ThreadPool threadPool)
           
HTTPSSelectChannelConnector(JettyContainer container, ThreadPool threadPool, KeystoreManager keystoreManager)
           
HTTPSSocketConnector(JettyContainer container, ThreadPool threadPool, KeystoreManager keystoreManager)
           
JettyConnector(JettyContainer container, org.mortbay.jetty.AbstractConnector listener, ThreadPool threadPool, String name)
           
JettyConnector(JettyContainer container, ThreadPool threadPool)
           
JettyThreadPool(ThreadPool executor, String name)
           
 

Uses of ThreadPool in org.apache.geronimo.management.geronimo
 

Methods in org.apache.geronimo.management.geronimo that return ThreadPool
 ThreadPool[] J2EEServer.getThreadPools()
          Gets the thread pools associated with this J2EEServer.
 

Uses of ThreadPool in org.apache.geronimo.pool
 

Subinterfaces of ThreadPool in org.apache.geronimo.pool
 interface GeronimoExecutor
          A Geronimo-specific extension that contributes a little extra manageability to the standard Executor interface.
 

Classes in org.apache.geronimo.pool that implement ThreadPool
 class ThreadPool
           
 

Uses of ThreadPool in org.apache.geronimo.system.plugin
 

Constructors in org.apache.geronimo.system.plugin with parameters of type ThreadPool
PluginInstallerGBean(ConfigurationManager configManager, WritableListableRepository repository, ConfigurationStore configStore, ServerInfo serverInfo, ThreadPool threadPool, PluginAttributeStore store)
           
 



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.