D G N O P R S V

D

decommission(Object) - Method in interface org.apache.avalon.excalibur.pool.ObjectFactory
 

G

get() - Method in interface org.apache.avalon.excalibur.pool.Pool
 
getCreatedClass() - Method in interface org.apache.avalon.excalibur.pool.ObjectFactory
 
grow() - Method in interface org.apache.avalon.excalibur.pool.PoolController
Called when a Pool reaches it's minimum.
grow(int) - Method in interface org.apache.avalon.excalibur.pool.Resizable
 

N

newInstance() - Method in interface org.apache.avalon.excalibur.pool.ObjectFactory
 

O

ObjectFactory - Interface in org.apache.avalon.excalibur.pool
This is the interface for factory that is used to create objects for Pool.
org.apache.avalon.excalibur.pool - package org.apache.avalon.excalibur.pool
Object pool interfaces and implementations.

P

Pool - Interface in org.apache.avalon.excalibur.pool
This is an Pool that caches Poolable objects for reuse.
Poolable - Interface in org.apache.avalon.excalibur.pool
Poolable is a marker interface for Components that can be pooled.
PoolController - Interface in org.apache.avalon.excalibur.pool
This is the interface you implement if you want to control how Pools capacity changes overtime.
put(Poolable) - Method in interface org.apache.avalon.excalibur.pool.Pool
 

R

Recyclable - Interface in org.apache.avalon.excalibur.pool
This interface standardizes the behaviour of a recyclable object.
recycle() - Method in interface org.apache.avalon.excalibur.pool.Recyclable
This method should be implemented to remove all costly resources in object.
Resizable - Interface in org.apache.avalon.excalibur.pool
This is the interface for Pools that are not a fixed size.

S

shrink() - Method in interface org.apache.avalon.excalibur.pool.PoolController
Called when a pool reaches it's maximum.
shrink(int) - Method in interface org.apache.avalon.excalibur.pool.Resizable
 

V

Validatable - Interface in org.apache.avalon.excalibur.pool
Used to define an object which can be validated by a ValidatedResourceLimitingPool.
validate() - Method in interface org.apache.avalon.excalibur.pool.Validatable
Called when an object is retrieved from a ValidatedResourceLimitingPool for reuse.

D G N O P R S V

Copyright © 1997-2009 Apache Software Foundation. All Rights Reserved.