Package overit.geocall.sql
Class DataSourcePooledConnection.TypeMap
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,Class<?>>
- Enclosing class:
DataSourcePooledConnection
Utility class used to associate a map with a
PooledConnectionInfo- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTypeMap(Map<String, Class<?>> m, PooledConnectionInfo pci) Main contructor of TypeMap -
Method Summary
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Field Details
-
_pci
-
-
Constructor Details
-
TypeMap
Main contructor of TypeMap- Parameters:
m- The Mappci- ThePooledConnectionInfo
-
-
Method Details
-
getInfo
Returns thePooledConnectionInfo- Returns:
- The
PooledConnectionInfo
-