Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.avalon.excalibur.pool Classes and Interfaces - 17 results found.
NameDescriptionTypePackageFramework
AbstractPoolThis is an Pool that caches Poolable objects for reuse.Classorg.apache.avalon.excalibur.poolApache Avalon
DefaultObjectFactoryThis is the default for factory that is used to create objects for Pool.Classorg.apache.avalon.excalibur.poolApache Avalon
DefaultPoolThis is an Pool that caches Poolable objects for reuse.Classorg.apache.avalon.excalibur.poolApache Avalon
DefaultPoolControllerThis is a PoolController that controls how many instances of a Poolable are created at one time.Classorg.apache.avalon.excalibur.poolApache Avalon
HardResourceLimitingPoolThis is a implementation of Pool that is thread safe.Classorg.apache.avalon.excalibur.poolApache Avalon
InstrumentedResourceLimitingPoolGeneral Pool implementation which supports; weak and strong pool size limits, optional blocking gets when poolables are not available, and automatic poolClassorg.apache.avalon.excalibur.poolApache Avalon
ObjectFactoryThis is the interface for factory that is used to create objects for Pool.Interfaceorg.apache.avalon.excalibur.poolApache Avalon
PoolThis is an Pool that caches Poolable objects for reuse.Interfaceorg.apache.avalon.excalibur.poolApache Avalon
PoolControllerThis is the interface you implement if you want to control how Pools capacity It gets called everytime that a Pool tries to go below or above it's minimum or maximum.Interfaceorg.apache.avalon.excalibur.poolApache Avalon
PoolablePoolable is a marker interface for Components that can be pooled.Interfaceorg.apache.avalon.excalibur.poolApache Avalon
RecyclableThis interface standardizes the behaviour of a recyclable object.Interfaceorg.apache.avalon.excalibur.poolApache Avalon
ResizableThis is the interface for Pools that are not a fixed size.Interfaceorg.apache.avalon.excalibur.poolApache Avalon
ResourceLimitingPoolGeneral Pool implementation which supports; weak and strong pool size limits, optional blocking gets when poolables are not available, and automatic poolClassorg.apache.avalon.excalibur.poolApache Avalon
SingleThreadedPoolThis is an Pool that caches Poolable objects for reuse.Classorg.apache.avalon.excalibur.poolApache Avalon
SoftResourceLimitingPoolThis is an Pool that caches Poolable objects for reuse.Classorg.apache.avalon.excalibur.poolApache Avalon
ValidatableUsed to define an object which can be validated by a ValidatedResourceLimitingPool.Interfaceorg.apache.avalon.excalibur.poolApache Avalon
ValidatedResourceLimitingPoolA ResourceLimitingPool which validates reused poolables before they are returned with a call get().Classorg.apache.avalon.excalibur.poolApache Avalon