Class ConnectionFactory.PoolManager
- java.lang.Object
-
- org.apache.manifoldcf.core.database.ConnectionFactory.PoolManager
-
- Enclosing class:
- ConnectionFactory
protected static class ConnectionFactory.PoolManager extends java.lang.ObjectThis class abstracts from a connection pool, such that a static reference to an instance of this class will describe the entire body of connections. The finalizer for this class attempts to free all connections that are outstanding, so that class unloading, as it is practiced under tomcat 5.5, will not leave dangling connections around.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectionPoolManagercreatePoolManager(boolean debug)voidflush()voidreleaseAll()
-
-
-
Method Detail
-
createPoolManager
public ConnectionPoolManager createPoolManager(boolean debug) throws ManifoldCFException
- Throws:
ManifoldCFException
-
releaseAll
public void releaseAll()
-
flush
public void flush()
-
-