| java.lang.Object org.objectweb.jonas.jdbc.ConnectionManagerImpl
ConnectionManagerImpl | public class ConnectionManagerImpl implements ConnectionManager,Serializable(Code) | | Description of the ConnectionManagerImpl. Default ConnectionManager
for the JDBC RA.
author: Eric Hardesty |
Method Summary | |
public Object | allocateConnection(ManagedConnectionFactory mcf, ConnectionRequestInfo info) No pooling is done for non-managed connections, just get a new MC and
connection to the database. |
ConnectionManagerImpl | public ConnectionManagerImpl()(Code) | | |
allocateConnection | public Object allocateConnection(ManagedConnectionFactory mcf, ConnectionRequestInfo info) throws ResourceException(Code) | | No pooling is done for non-managed connections, just get a new MC and
connection to the database.
|
|
|