Class AGConnFactory

java.lang.Object
org.apache.commons.pool2.BaseObject
org.apache.commons.pool2.BasePooledObjectFactory<AGRepositoryConnection>
com.franz.agraph.pool.AGConnFactory
All Implemented Interfaces:
org.apache.commons.pool2.PooledObjectFactory<AGRepositoryConnection>

public class AGConnFactory extends org.apache.commons.pool2.BasePooledObjectFactory<AGRepositoryConnection> implements org.apache.commons.pool2.PooledObjectFactory<AGRepositoryConnection>
Adapts 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.
Since:
v4.3.3