Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

B32476-02


oracle.toplink.threetier
Class ExternalConnectionPool

java.lang.Object
  extended by oracle.toplink.threetier.ConnectionPool
      extended by 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".


Constructor Summary
ExternalConnectionPool()
          Build a new external connection pool.
ExternalConnectionPool(java.lang.String name, Login login, ServerSession owner)
          Build a new external connection pool.

 

Method Summary

 

Methods inherited from class oracle.toplink.threetier.ConnectionPool
getLogin, getMaxNumberOfConnections, getMinNumberOfConnections, getName, setLogin, setMaxNumberOfConnections, setMinNumberOfConnections, setName

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

ExternalConnectionPool

public ExternalConnectionPool()
Build a new external connection pool. The JDBC driver is responsible for pooling the connections.

ExternalConnectionPool

public ExternalConnectionPool(java.lang.String name,
                              Login login,
                              ServerSession owner)
Build a new external connection pool. The JDBC driver is responsible for pooling the connections.

Skip navigation links

Copyright © 1998, 2009, Oracle. All Rights Reserved.