Uses of Interface
org.apache.avalon.framework.thread.ThreadSafe

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

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

Classes in org.apache.avalon.excalibur.component that implement ThreadSafe
 class DefaultComponentFactory
          Factory for Avalon components.
 class DefaultComponentPool
          This is the implementation of Pool for Avalon Components that is thread safe.
 class DefaultComponentPoolController
          This is the PoolController for the Avalon Excalibur Component Management Framework.
 class DefaultComponentSelector
          Deprecated. use ExcaliburComponentSelector instead.
 class ExcaliburComponentSelector
          Default component selector for Avalon's components.
 

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

Subinterfaces of ThreadSafe in org.apache.avalon.excalibur.datasource
 interface DataSourceComponent
          The standard interface for DataSources in Avalon.
 

Classes in org.apache.avalon.excalibur.datasource that implement ThreadSafe
 class J2eeDataSource
          The J2EE implementation for DataSources in Cocoon.
 class JdbcConnectionPool
          The Pool implementation for JdbcConnections.
 class JdbcDataSource
          The Default implementation for DataSources in Avalon.
 

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

Classes in org.apache.avalon.excalibur.pool that implement ThreadSafe
 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.