Uses of Class
overit.geocall.sql.ConnectionPool
Packages that use ConnectionPool
-
Uses of ConnectionPool in overit.geocall.sql
Subclasses of ConnectionPool in overit.geocall.sqlModifier and TypeClassDescriptionclassClass that implements the DataSourceConnectionPool, that uses the Java Naming and Directory Interface (JNDI) APIclassclassDatabase connection pool based on the apache commons pool implementation.classClass that implements the standardConnectionPoolFields in overit.geocall.sql declared as ConnectionPoolModifier and TypeFieldDescriptionprotected ConnectionPoolPooledConnection._connectionpoolRefers to the pool from which the connection was extracted.Fields in overit.geocall.sql with type parameters of type ConnectionPoolMethods in overit.geocall.sql that return ConnectionPoolModifier and TypeMethodDescriptionPooledConnection.getPool()Returns the connection pool from which the connection was extractedstatic ConnectionPoolReturns theConnectionPoolby extracting it from the map accessing it by namestatic ConnectionPoolReturns theConnectionPoolby extracting it from the map accessing it by namestatic ConnectionPoolPools.getServicePool(String name) Returns the serviceConnectionPoolby extracting it from the map accessing it by name.Methods in overit.geocall.sql with parameters of type ConnectionPoolModifier and TypeMethodDescriptionprotected voidDBPools.removePool(ConnectionPool pool) protected static voidPools.removePool(ConnectionPool<?> pool)