oracle.toplink.threetier
Class  ExternalConnectionPool
java.lang.Object
  |
  +--oracle.toplink.threetier.ConnectionPool
        |
        +--oracle.toplink.threetier.ExternalConnectionPool
- public class ExternalConnectionPool- extends ConnectionPool
 Purpose: This subclass is intended to be used with external connection pools.
 For these pools, TopLink does not control the pooling behaviour.
 The login should have the usesExternalConnectionPooling set to "true".
 
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
ExternalConnectionPool
public ExternalConnectionPool()
- PUBLIC:
 Build a new external connection pool.  The JDBC driver is responsible for pooling the connections.
ExternalConnectionPool
public ExternalConnectionPool(java.lang.String name,
                              DatabaseLogin login,
                              ServerSession owner)
- PUBLIC:
 Build a new external connection pool.  The JDBC driver is responsible for pooling the connections.