|
Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC) 11g Release 1 (11.1) E17274-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.stellent.ridc.protocol.ConnectionPoolManager
public class ConnectionPoolManager
Manages the available threading models
| Constructor Summary | |
|---|---|
ConnectionPoolManager() |
|
| Method Summary | ||
|---|---|---|
|
createConnectionPool(String name, IdcClientConfig config, ConnectionManager<TCon,IdcClientConfig> manager)Create a new connection pool |
|
boolean |
isConnectionPoolRegistered(String name)Determine if the given threading model name is registered |
|
void |
registerConnectionPool(String name, Class<? extends ConnectionPool> threadingModel)Register a new connection pool |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConnectionPoolManager()
| Method Detail |
|---|
public void registerConnectionPool(String name,
Class<? extends ConnectionPool> threadingModel)
name - the model namethreadingModel - the class implementing the ConnectionPool interfacepublic boolean isConnectionPoolRegistered(String name)
name - the model name
public <TCon extends Connection> ConnectionPool<TCon> createConnectionPool(String name,
IdcClientConfig config,
ConnectionManager<TCon,IdcClientConfig> manager)
throws ProtocolException
name -config -manager -ProtocolException
|
Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC) 11g Release 1 (11.1) E17274-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||