Oracle Application Server TopLink API Reference
10g Release 2 (10.1.2)

B15903-01


oracle.toplink.threetier
Class ExternalConnectionPool

java.lang.Object
  extended byoracle.toplink.threetier.ConnectionPool
      extended byoracle.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()
PUBLIC: Build a new external connection pool.
ExternalConnectionPool(java.lang.String name, DatabaseLogin login, oracle.toplink.threetier.ServerSession owner)
PUBLIC: Build a new external connection pool.

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()
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,
                              oracle.toplink.threetier.ServerSession owner)
PUBLIC: Build a new external connection pool. The JDBC driver is responsible for pooling the connections.

Copyright © 1998, 2005 Oracle Corporation. All Rights Reserved.