Package | Description |
---|---|
oracle.stellent.ridc | |
oracle.stellent.ridc.protocol | |
oracle.stellent.ridc.protocol.impl |
Modifier and Type | Method and Description |
---|---|
protected ConnectionPool<TConnection> |
IdcClient.createConnectionPool() |
ConnectionPool<TConnection> |
IdcClient.getConnectionPool() |
Modifier and Type | Method and Description |
---|---|
<TCon extends Connection> |
ConnectionPoolManager.createConnectionPool(String name,
IdcClientConfig config,
ConnectionManager<TCon,IdcClientConfig> manager)
Create a new connection pool
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionPoolManager.registerConnectionPool(String name,
Class<? extends ConnectionPool> threadingModel)
Register a new connection pool
|
Modifier and Type | Class and Description |
---|---|
class |
BlockingQueueConnectionPool<TConnection extends Connection>
Threading model that uses a BlockingQueue to handle multiple Content Server connections.
|
class |
SimpleConnectionPool<TConnection extends Connection>
Creates a new connection for every thread.
|