Uses of Class
overit.geocall.sql.PooledConnectionInfo
Packages that use PooledConnectionInfo
-
Uses of PooledConnectionInfo in overit.geocall.sql
Fields in overit.geocall.sql declared as PooledConnectionInfoModifier and TypeFieldDescriptionprotected PooledConnectionInfoDataSourcePooledConnection.TypeMap._pciprotected PooledConnectionInfoDataSourcePooledConnection.infoprotected PooledConnectionInfoDirectConnection.infoContains some informations about the connection such the last connection time, last release time, etc.Fields in overit.geocall.sql with type parameters of type PooledConnectionInfoModifier and TypeFieldDescriptionprotected final WeakHashMap<PooledConnectionInfo, Object> DataSourceConnectionPool._whmMethods in overit.geocall.sql that return PooledConnectionInfoModifier and TypeMethodDescriptionDataSourcePooledConnection.getInfo()Returns thePooledConnectionInfoDataSourcePooledConnection.TypeMap.getInfo()Returns thePooledConnectionInfoDirectConnection.getInfo()Returns thePooledConnectionInfoElasticPooledConnection.getInfo()abstract PooledConnectionInfoPooledConnection.getInfo()Returns some informations about the connection, such the last connection time, last release time, etc.StandardPooledConnection.getInfo()Methods in overit.geocall.sql that return types with arguments of type PooledConnectionInfoModifier and TypeMethodDescriptionabstract List<PooledConnectionInfo> ConnectionPool.getConnectionInfo()Returns the informations about the connections of the poolDataSourceConnectionPool.getConnectionInfo()DumbConnectionPool.getConnectionInfo()ElasticConnectionPool.getConnectionInfo()StandardConnectionPool.getConnectionInfo()Returns the informations (seePooledConnectionInfo) about all the connection of the poolConstructors in overit.geocall.sql with parameters of type PooledConnectionInfoModifierConstructorDescriptionTypeMap(Map<String, Class<?>> m, PooledConnectionInfo pci) Main contructor of TypeMap