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.pool
Subclasses of GenericKeyedSessionPoolFactory in com.saperion.connector.pool Modifier and Type Class Description class
TechUserKeyedSessionPoolFactory
This 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 void
ConnectionPoolUtil. initialize(java.util.Properties poolConfiguration, GenericKeyedSessionPoolFactory sessionPoolFactory, java.lang.String saperionPropertiesPath)
Initializes the pool with the given configurations and properties.void
ConnectionPoolUtil. initialize(org.apache.commons.pool2.impl.GenericKeyedObjectPoolConfig poolConfiguration, GenericKeyedSessionPoolFactory sessionPoolFactory, java.lang.String saperionPropertiesPath)
Initializes the pool with the given configurations and properties.
-