Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
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 org.apache.avalon.excalibur.pool.
ObjectFactory
.
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 org.apache.avalon.excalibur.pool.
Pool
.
This is an
Pool
that caches Poolable objects for reuse.
PoolController
- interface org.apache.avalon.excalibur.pool.
PoolController
.
This is the interface you implement if you want to control how Pools capacity changes overtime.
Poolable
- interface org.apache.avalon.excalibur.pool.
Poolable
.
Poolable
is a marker interface for Components that can be pooled.
put(Poolable)
- Method in interface org.apache.avalon.excalibur.pool.
Pool
R
Recyclable
- interface org.apache.avalon.excalibur.pool.
Recyclable
.
This interface standardizes the behaviour of a recyclable object.
Resizable
- interface org.apache.avalon.excalibur.pool.
Resizable
.
This is the interface for Pools that are not a fixed size.
recycle()
- Method in interface org.apache.avalon.excalibur.pool.
Recyclable
This method should be implemented to remove all costly resources in object.
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 org.apache.avalon.excalibur.pool.
Validatable
.
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
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 1997-2007 Apache Software Foundation. All Rights Reserved.