Uses of Class
org.apache.manifoldcf.core.jdbcpool.WrappedConnection
-
Packages that use WrappedConnection Package Description org.apache.manifoldcf.core.database org.apache.manifoldcf.core.jdbcpool -
-
Uses of WrappedConnection in org.apache.manifoldcf.core.database
Fields in org.apache.manifoldcf.core.database declared as WrappedConnection Modifier and Type Field Description protected WrappedConnectionDatabase. connectionMethods in org.apache.manifoldcf.core.database that return WrappedConnection Modifier and Type Method Description static WrappedConnectionConnectionFactory. getConnection(java.lang.String jdbcUrl, java.lang.String jdbcDriver, java.lang.String database, java.lang.String userName, java.lang.String password, int maxDBConnections, boolean debug)protected static WrappedConnectionConnectionFactory. getConnectionWithRetries(ConnectionPool cp)Methods in org.apache.manifoldcf.core.database with parameters of type WrappedConnection Modifier and Type Method Description static voidConnectionFactory. releaseConnection(WrappedConnection c) -
Uses of WrappedConnection in org.apache.manifoldcf.core.jdbcpool
Fields in org.apache.manifoldcf.core.jdbcpool with type parameters of type WrappedConnection Modifier and Type Field Description protected java.util.Set<WrappedConnection>ConnectionPool. outstandingConnectionsMethods in org.apache.manifoldcf.core.jdbcpool that return WrappedConnection Modifier and Type Method Description WrappedConnectionConnectionPool. getConnection()Obtain a connection from the pool.Methods in org.apache.manifoldcf.core.jdbcpool with parameters of type WrappedConnection Modifier and Type Method Description voidConnectionPool. releaseConnection(WrappedConnection connection)
-