Package com.franz.agraph.pool
package com.franz.agraph.pool
Connection pool implementation for AllegroGraph.
The recommended way to use this package is with
AGConnPool
or with the AGConnPoolJndiFactory
using JNDI configuration of your webserver.
The Pool library is required to use this package: Apache Commons Pool, commons-pool-1.5.6.jar
- Since:
- v4.3.3
- See Also:
-
ClassDescriptionAdapts the
AGRepositoryConnection
API to the commons-pool factory interface, leaving creation of the connection (and configuration) to a subclass, defined by users of this library.Pooling forAGRepositoryConnection
s.JNDI factory forAGConnPool
.Property names to open aAGRepositoryConnection
.Property values forAGConnProp.session
.Extension toGenericObjectPoolConfig
to add more properties.Property names forAGPoolConfig
.