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

B32476-03

oracle.toplink.threetier
Class ReadConnectionPool

java.lang.Object
  extended by oracle.toplink.threetier.ConnectionPool
      extended by oracle.toplink.threetier.ReadConnectionPool

public class ReadConnectionPool
extends ConnectionPool

Purpose:The read connection pool is used for read access through the server session. Any of the connection pools can be used for the read pool however this is the default. This pool allows for concurrent reads against the same JDBC connection and requires that the JDBC connection support concurrent read access.


Constructor Summary
ReadConnectionPool()
          Build a new read connection pool.
ReadConnectionPool(java.lang.String name, Login login, int minNumberOfConnections, int maxNumberOfConnections, ServerSession owner)
          Build a new read 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

ReadConnectionPool

public ReadConnectionPool()
Build a new read connection pool.


ReadConnectionPool

public ReadConnectionPool(java.lang.String name,
                          Login login,
                          int minNumberOfConnections,
                          int maxNumberOfConnections,
                          ServerSession owner)
Build a new read connection pool.


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