org.gcube.data.analysis.statisticalmanager.types
Class ConnectionPool

java.lang.Object
  extended by org.gcube.data.analysis.statisticalmanager.types.ConnectionPool

public class ConnectionPool
extends Object


Method Summary
 Connection getConnection()
           
static ConnectionPool getConnectionPool()
           
 void releaseConnection(Connection con)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getConnectionPool

public static ConnectionPool getConnectionPool()
                                        throws ConnectionPoolException
Throws:
ConnectionPoolException

getConnection

public Connection getConnection()
                         throws ConnectionPoolException
Throws:
ConnectionPoolException

releaseConnection

public void releaseConnection(Connection con)


Copyright © 2012. All Rights Reserved.