|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Disposable | |
org.apache.avalon.excalibur.component | |
org.apache.avalon.excalibur.datasource | |
org.apache.avalon.excalibur.pool |
Uses of Disposable in org.apache.avalon.excalibur.component |
Classes in org.apache.avalon.excalibur.component that implement Disposable | |
class |
ComponentHandler
This class acts like a Factory to instantiate the correct version of the ComponentHandler that you need. |
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 |
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 Disposable in org.apache.avalon.excalibur.datasource |
Classes in org.apache.avalon.excalibur.datasource that implement Disposable | |
class |
JdbcConnection
The Connection object used in conjunction with the JdbcDataSource object. |
class |
JdbcConnectionPool
The Pool implementation for JdbcConnections. |
class |
JdbcDataSource
The Default implementation for DataSources in Avalon. |
Uses of Disposable in org.apache.avalon.excalibur.pool |
Classes in org.apache.avalon.excalibur.pool that implement Disposable | |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |