Class SimpleConnectionPool<TConnection extends Connection>

java.lang.Object
oracle.stellent.ridc.protocol.impl.SimpleConnectionPool<TConnection>
All Implemented Interfaces:
ConnectionPool<TConnection>

public class SimpleConnectionPool<TConnection extends Connection> extends Object implements ConnectionPool<TConnection>
Creates a new connection for every thread.