Apache JMeter
2.0.1.20050615

org.apache.jmeter.protocol.jdbc.util
Interface ConnectionPool

All Known Implementing Classes:
JMeter19ConnectionPool

public interface ConnectionPool

Version:
$Revision: 1.3 $
Author:
Jeremy Arnold

Method Summary
 void close()
           
 Connection getConnection()
           
 void returnConnection(Connection c)
           
 

Method Detail

getConnection

public Connection getConnection()
                         throws ConnectionPoolException
Throws:
ConnectionPoolException

returnConnection

public void returnConnection(Connection c)

close

public void close()

Apache JMeter
2.0.1.20050615

Copyright © 1998-2005 Apache Software Foundation. All Rights Reserved.