nl.knowledgeplaza.util.pool
Interface PoolableObjectFactory<T>
- All Known Implementing Classes:
- CollectionObjectPoolFactory, JdbcConnectionPoolFactory
public interface PoolableObjectFactory<T>
This interface is compatible with the Apache Common Pool, so it can be a drop-in replacement.
- Version:
- $Revision: 1.3 $
makeObject
T makeObject()
destroyObject
void destroyObject(T obj)
validateObject
boolean validateObject(T obj)
activateObject
void activateObject(T obj)
passivateObject
void passivateObject(T obj)
Copyright © 2011 KnowledgePlaza. All Rights Reserved.