Uses of Class
org.apache.avalon.framework.logger.AbstractLoggable

Packages that use AbstractLoggable
org.apache.avalon.excalibur.component   
org.apache.avalon.excalibur.datasource   
org.apache.avalon.excalibur.pool   
 

Uses of AbstractLoggable in org.apache.avalon.excalibur.component
 

Subclasses of AbstractLoggable in org.apache.avalon.excalibur.component
 class ComponentHandler
          This class acts like a Factory to instantiate the correct version of the ComponentHandler that you need.
 class DefaultComponentFactory
          Factory for Avalon components.
 class DefaultComponentManager
          Deprecated. Please use ExcaliburComponentManager instead
 class DefaultComponentPool
          This is the implementation of Pool for Avalon Components that is thread safe.
 class DefaultComponentSelector
          Deprecated. use ExcaliburComponentSelector instead.
 class DefaultRoleManager
          Default RoleManager implementation.
 class ExcaliburComponentManager
          Default component manager for Avalon's components.
 class ExcaliburComponentSelector
          Default component selector for Avalon's components.
 class PoolableComponentHandler
          The PoolableComponentHandler to make sure components are initialized and destroyed correctly.
 class ThreadSafeComponentHandler
          The ThreadSafeComponentHandler to make sure components are initialized and destroyed correctly.
 

Uses of AbstractLoggable in org.apache.avalon.excalibur.datasource
 

Subclasses of AbstractLoggable in org.apache.avalon.excalibur.datasource
 class J2eeDataSource
          The J2EE implementation for DataSources in Cocoon.
 class JdbcConnection
          The Connection object used in conjunction with the JdbcDataSource object.
 class JdbcConnectionFactory
          The Factory implementation for JdbcConnections.
 class JdbcConnectionPool
          The Pool implementation for JdbcConnections.
 class JdbcDataSource
          The Default implementation for DataSources in Avalon.
 

Uses of AbstractLoggable in org.apache.avalon.excalibur.pool
 

Subclasses of AbstractLoggable in org.apache.avalon.excalibur.pool
 class AbstractPool
          This is an Pool that caches Poolable objects for reuse.
 class DefaultPool
          This is an Pool that caches Poolable objects for reuse.
 class HardResourceLimitingPool
          This is a implementation of Pool that is thread safe.
 class SoftResourceLimitingPool
          This is an Pool that caches Poolable objects for reuse.
 



Copyright © 2001 Apache Jakarta Project. All Rights Reserved.