nl.knowledgeplaza.util.pool
Interface JdbcConnectionPool

All Superinterfaces:
ObjectPool
All Known Implementing Classes:
JdbcConnectionPoolWrapper

public interface JdbcConnectionPool
extends ObjectPool

This is a JdbcConnection specific pool, it serves to get rid of the casting.

Version:
$Revision: 1.2 $

Method Summary
 void addConnection()
           
 Connection borrowConnection()
           
 void invalidateConnection(Connection arg0)
           
 void returnConnection(Connection arg0)
           
 
Methods inherited from interface nl.knowledgeplaza.util.pool.ObjectPool
addObject, borrowObject, clear, close, getNumActive, getNumIdle, invalidateObject, isSynchronized, returnObject, setFactory, setSynchronized, shutdown
 

Method Detail

borrowConnection

Connection borrowConnection()

returnConnection

void returnConnection(Connection arg0)

invalidateConnection

void invalidateConnection(Connection arg0)

addConnection

void addConnection()


Copyright © 2012 KnowledgePlaza. All Rights Reserved.