it.eng.spago.dbaccess.pool
Class AppServerManagedConnectionPool

java.lang.Object
  extended byit.eng.spago.dbaccess.pool.AppServerManagedConnectionPool
All Implemented Interfaces:
ConnectionPoolInterface

public class AppServerManagedConnectionPool
extends java.lang.Object
implements ConnectionPoolInterface


Constructor Summary
AppServerManagedConnectionPool(ConnectionPoolDescriptor connectionPoolDescriptor)
           
 
Method Summary
 java.sql.Connection getConnection()
          Ritorna una connessione dal pool
 void release()
          Questa
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppServerManagedConnectionPool

public AppServerManagedConnectionPool(ConnectionPoolDescriptor connectionPoolDescriptor)
Method Detail

getConnection

public java.sql.Connection getConnection()
                                  throws java.sql.SQLException
Description copied from interface: ConnectionPoolInterface
Ritorna una connessione dal pool

Specified by:
getConnection in interface ConnectionPoolInterface
Returns:
Connection - L'oggetto Connection ritornato dal pool
Throws:
java.sql.SQLException
See Also:
ConnectionPoolInterface.getConnection()

release

public void release()
             throws java.sql.SQLException
Description copied from interface: ConnectionPoolInterface
Questa

Specified by:
release in interface ConnectionPoolInterface
Throws:
java.sql.SQLException
See Also:
ConnectionPoolInterface.release()