Interface ConnectionFactory

  • All Superinterfaces:
    org.apache.commons.pool.PoolableObjectFactory

    public interface ConnectionFactory
    extends org.apache.commons.pool.PoolableObjectFactory
    This class wraps the PoolableObjectFactory Defines how the connection objects are created, validated and destroyed
    • Method Summary

      • Methods inherited from interface org.apache.commons.pool.PoolableObjectFactory

        activateObject, destroyObject, makeObject, passivateObject, validateObject