Uses of Class
org.apache.manifoldcf.core.jdbcpool.ConnectionPool
-
Packages that use ConnectionPool Package Description org.apache.manifoldcf.core.database org.apache.manifoldcf.core.jdbcpool -
-
Uses of ConnectionPool in org.apache.manifoldcf.core.database
Methods in org.apache.manifoldcf.core.database with parameters of type ConnectionPool Modifier and Type Method Description protected static WrappedConnectionConnectionFactory. getConnectionWithRetries(ConnectionPool cp) -
Uses of ConnectionPool in org.apache.manifoldcf.core.jdbcpool
Fields in org.apache.manifoldcf.core.jdbcpool declared as ConnectionPool Modifier and Type Field Description protected ConnectionPoolWrappedConnection. ownerFields in org.apache.manifoldcf.core.jdbcpool with type parameters of type ConnectionPool Modifier and Type Field Description protected java.util.Map<java.lang.String,ConnectionPool>ConnectionPoolManager. poolMapMethods in org.apache.manifoldcf.core.jdbcpool that return ConnectionPool Modifier and Type Method Description ConnectionPoolConnectionPoolManager. addAlias(java.lang.String poolKey, java.lang.String driverClassName, java.lang.String dbURL, java.lang.String userName, java.lang.String password, int maxSize, long expiration)Set up a pool with a given key.ConnectionPoolConnectionPoolManager. getPool(java.lang.String poolKey)Look for a pool with a given key.Constructors in org.apache.manifoldcf.core.jdbcpool with parameters of type ConnectionPool Constructor Description WrappedConnection(ConnectionPool owner, java.sql.Connection connection)ConstructorWrappedConnection(ConnectionPool owner, java.sql.Connection connection, java.lang.Exception instantiationException)Constructor
-