org.apache.avalon.cornerstone.blocks.threads
Class ResourceLimitingThreadManager

java.lang.Object
  extended by org.apache.avalon.framework.logger.AbstractLogEnabled
      extended by org.apache.avalon.cornerstone.blocks.threads.AbstractThreadManager
          extended by org.apache.avalon.cornerstone.blocks.threads.ResourceLimitingThreadManager
All Implemented Interfaces:
org.apache.avalon.cornerstone.services.threads.ThreadManager, org.apache.avalon.framework.activity.Disposable, org.apache.avalon.framework.configuration.Configurable, org.apache.avalon.framework.logger.LogEnabled

public class ResourceLimitingThreadManager
extends AbstractThreadManager

Implementation of ResourceLimitingThreadManager.

Author:
Avalon Development Team

Field Summary
 
Fields inherited from interface org.apache.avalon.cornerstone.services.threads.ThreadManager
ROLE
 
Constructor Summary
ResourceLimitingThreadManager()
           
 
Method Summary
protected  void configureThreadPool(java.util.Map threadPools, org.apache.avalon.framework.configuration.Configuration configuration)
           
 
Methods inherited from class org.apache.avalon.cornerstone.blocks.threads.AbstractThreadManager
configure, dispose, getDefaultThreadPool, getThreadPool
 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceLimitingThreadManager

public ResourceLimitingThreadManager()
Method Detail

configureThreadPool

protected void configureThreadPool(java.util.Map threadPools,
                                   org.apache.avalon.framework.configuration.Configuration configuration)
                            throws org.apache.avalon.framework.configuration.ConfigurationException
Specified by:
configureThreadPool in class AbstractThreadManager
Throws:
org.apache.avalon.framework.configuration.ConfigurationException


Copyright © 2008 Apache Software Foundation. All Rights Reserved.