Package | Description |
---|---|
oracle.toplink.essentials.threetier |
Modifier and Type | Class and Description |
---|---|
class |
ExternalConnectionPool
Purpose: This subclass is intended to be used with external connection pools.
|
class |
ReadConnectionPool
Purpose:The read connection pool is used for read access through the server session.
|
Modifier and Type | Field and Description |
---|---|
protected ConnectionPool |
ServerSession.readConnectionPool |
Modifier and Type | Method and Description |
---|---|
ConnectionPool |
Server.getConnectionPool(String poolName)
PUBLIC:
Return the pool by name.
|
ConnectionPool |
ServerSession.getConnectionPool(String poolName)
PUBLIC:
Return the pool by name.
|
ConnectionPool |
Server.getDefaultConnectionPool()
PUBLIC:
Return the default connection pool.
|
ConnectionPool |
ServerSession.getDefaultConnectionPool()
PUBLIC:
Return the default connection pool.
|
ConnectionPool |
Server.getReadConnectionPool()
PUBLIC:
Handles allocating connections for read queries.
|
ConnectionPool |
ServerSession.getReadConnectionPool()
PUBLIC:
Return the read connection pool.
|
Modifier and Type | Method and Description |
---|---|
void |
Server.addConnectionPool(ConnectionPool pool)
PUBLIC:
Connection are pooled to share and restrict the number of database connections.
|
void |
ServerSession.addConnectionPool(ConnectionPool pool)
PUBLIC:
Connection are pooled to share and restrict the number of database connections.
|
void |
Server.setReadConnectionPool(ConnectionPool readConnectionPool)
PUBLIC:
Sets the read connection pool directly.
|
void |
ServerSession.setReadConnectionPool(ConnectionPool readConnectionPool)
PUBLIC:
Set the read connection pool.
|
Copyright © 2023. All rights reserved.