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