org.ow2.jonas.ee.jdbc
Class ConnectionManagerImpl

java.lang.Object
  extended by org.ow2.jonas.ee.jdbc.ConnectionManagerImpl
All Implemented Interfaces:
Serializable, ConnectionManager

public class ConnectionManagerImpl
extends Object
implements ConnectionManager, Serializable

Description of the ConnectionManagerImpl. Default ConnectionManager for the JDBC RA.

Author:
Eric Hardesty
See Also:
Serialized Form

Constructor Summary
ConnectionManagerImpl()
           
 
Method Summary
 Object allocateConnection(ManagedConnectionFactory mcf, ConnectionRequestInfo info)
          No pooling is done for non-managed connections, just get a new MC and connection to the database.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionManagerImpl

public ConnectionManagerImpl()
Method Detail

allocateConnection

public Object allocateConnection(ManagedConnectionFactory mcf,
                                 ConnectionRequestInfo info)
                          throws ResourceException
No pooling is done for non-managed connections, just get a new MC and connection to the database.

Specified by:
allocateConnection in interface ConnectionManager
Throws:
ResourceException


Copyright © 2010 OW2 Consortium. All Rights Reserved.