org.ow2.util.pool.impl.enhanced.manager.optional
Interface IValidatorPoolManager<E>

Type Parameters:
E - pool item type
All Superinterfaces:
IPoolItemFactory<E>, IPoolManager<E>, IPoolValidator<E>

public interface IValidatorPoolManager<E>
extends IPoolManager<E>, IPoolValidator<E>

If you implements this interface then each pool item can be validated.

Author:
Gael Lalire

Method Summary
 
Methods inherited from interface org.ow2.util.pool.impl.enhanced.api.basic.IPoolItemFactory
createPoolItem
 
Methods inherited from interface org.ow2.util.pool.impl.enhanced.api.validator.IPoolValidator
validate
 



Copyright © 2007-2009 OW2 Consortium. All Rights Reserved.