Class ConnectionFactory.PoolManager

  • Enclosing class:
    ConnectionFactory

    protected static class ConnectionFactory.PoolManager
    extends java.lang.Object
    This 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.