|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.pool.BaseObjectPool
org.apache.commons.pool.impl.GenericObjectPool
com.ca.jcs.cfg.GenericObjectPoolConnectionManager
com.ca.jcs.sdkws.connection.SDKWSConnectionPool
public class SDKWSConnectionPool
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.commons.pool.impl.GenericObjectPool |
|---|
GenericObjectPool.Config |
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
SDKWSConnectionPool(SDKWSConnectionDetails connectionDetails,
GenericObjectPool.Config poolConfig,
Logger log)
Constructs the pool with the SDKWSConnectionPool that is used to dish out connections. |
|
| Method Summary |
|---|
| Methods inherited from class com.ca.jcs.cfg.GenericObjectPoolConnectionManager |
|---|
activate, borrowConnection, clearConnection, deactivate, getConnectorLogger, getFactory, returnConnection, setFactory |
| Methods inherited from class org.apache.commons.pool.BaseObjectPool |
|---|
assertOpen, isClosed |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SDKWSConnectionPool(SDKWSConnectionDetails connectionDetails,
GenericObjectPool.Config poolConfig,
Logger log)
connectionDetails - the connection details.poolConfig - the pool configuration.log - the logger.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||