JavaScript is disabled on your browser.
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.avalon.excalibur.pool
Interface Validatable
All Superinterfaces:
Poolable
public interface
Validatable
extends
Poolable
Used to define an object which can be validated by a ValidatedResourceLimitingPool.
Since:
4.1
Version:
CVS $Revision: 1.5 $ $Date: 2004/03/29 16:50:37 $
Author:
Avalon Development Team
Method Summary
Methods
Modifier and Type
Method and Description
boolean
validate
()
Called when an object is retrieved from a ValidatedResourceLimitingPool for reuse.
Method Detail
validate
boolean validate()
Called when an object is retrieved from a ValidatedResourceLimitingPool for reuse.
Returns:
true if the object is ok. false will cause the object to be discarded.
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method