Uses of Interface
oracle.stellent.ridc.protocol.ConnectionPool
Packages that use ConnectionPool
Package
Description
-
Uses of ConnectionPool in oracle.stellent.ridc
Methods in oracle.stellent.ridc that return ConnectionPoolModifier and TypeMethodDescriptionprotected ConnectionPool<TConnection>IdcClient.createConnectionPool()IdcClient.getConnectionPool() -
Uses of ConnectionPool in oracle.stellent.ridc.protocol
Methods in oracle.stellent.ridc.protocol that return ConnectionPoolModifier and TypeMethodDescription<TCon extends Connection>
ConnectionPool<TCon>ConnectionPoolManager.createConnectionPool(String name, IdcClientConfig config, ConnectionManager<TCon, IdcClientConfig> manager) Create a new connection poolMethod parameters in oracle.stellent.ridc.protocol with type arguments of type ConnectionPoolModifier and TypeMethodDescriptionvoidConnectionPoolManager.registerConnectionPool(String name, Class<? extends ConnectionPool> threadingModel) Register a new connection pool -
Uses of ConnectionPool in oracle.stellent.ridc.protocol.impl
Classes in oracle.stellent.ridc.protocol.impl that implement ConnectionPoolModifier and TypeClassDescriptionclassBlockingQueueConnectionPool<TConnection extends Connection>Threading model that uses a BlockingQueue to handle multiple Content Server connections.classSimpleConnectionPool<TConnection extends Connection>Creates a new connection for every thread.