it.eng.spago.dbaccess.pool
Class AppServerManagedConnectionPool

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

public class AppServerManagedConnectionPool
extends java.lang.Object
implements ConnectionPoolInterface

Author:
zoppello To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.

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()