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.2 $ $Date: 2002/01/25 01:24:27 $
Author:
Leif Mortenson

Method Summary
 boolean validate()
          Called when an object is retrieved from a ValidatedResourceLimitingPool for reuse.
 

Method Detail

validate

public boolean validate()
Called when an object is retrieved from a ValidatedResourceLimitingPool for reuse.


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.