Uses of Class
com.saperion.connector.pool.GenericKeyedSessionPoolFactory
- 
Packages that use GenericKeyedSessionPoolFactory Package Description com.saperion.connector.pool Package for pool classes.
- 
- 
Uses of GenericKeyedSessionPoolFactory in com.saperion.connector.poolSubclasses of GenericKeyedSessionPoolFactory in com.saperion.connector.pool Modifier and Type Class Description classTechUserKeyedSessionPoolFactoryThis factory only allows to create ClassicConnector instances for technical users only.Methods in com.saperion.connector.pool with parameters of type GenericKeyedSessionPoolFactory Modifier and Type Method Description voidConnectionPoolUtil. initialize(java.util.Properties poolConfiguration, GenericKeyedSessionPoolFactory sessionPoolFactory, java.lang.String saperionPropertiesPath)Initializes the pool with the given configurations and properties.voidConnectionPoolUtil. initialize(org.apache.commons.pool2.impl.GenericKeyedObjectPoolConfig poolConfiguration, GenericKeyedSessionPoolFactory sessionPoolFactory, java.lang.String saperionPropertiesPath)Initializes the pool with the given configurations and properties.
 
-