List of usage examples for org.apache.commons.pool PoolableObjectFactory interface-usage
From source file org.kchine.rpf.db.ServantProxyFactoryDB.java
/** * @author Karim Chine karim.chine@m4x.org */ public class ServantProxyFactoryDB implements PoolableObjectFactory { private static final Log log = org.apache.commons.logging.LogFactory.getLog(ServantProxyFactoryDB.class);
From source file org.kuali.mobility.push.factory.iOSFeedbackConnectionFactory.java
/**
* Factory that creates a pool of connection to the Apple Push Notifications Feedback Service.
* This Factory is used by <code>DeviceFeedbackMonitor</code> and is injected using spring configuration.
*
* The configuration for this factory is injected via spring.
*
From source file org.kuali.mobility.push.factory.iOSConnectionFactory.java
/**
* Factory that creates a pool of connection to the Apple Push Notifications Service (APNS)
* This Factory is use by the <code>iOSSendService</code> and is injected using spring configuration.
*
* The configuration for this factory is injected via spring.
*
From source file org.openanzo.jdbc.container.RDBQuadStoreFactory.java
/**
* Creates RDBQuadStores from a pool.
*
* @author Matthew Roy ( <a href="mailto:mroy@cambridgesemantics.com">mroy@cambridgesemantics.com </a>)
*
*/
From source file org.apache.jackrabbit.oak.security.authentication.ldap.impl.PoolableUnboundConnectionFactory.java
/** * A factory for creating unbound LdapConnection objects managed by LdapConnectionPool. */ public class PoolableUnboundConnectionFactory implements PoolableObjectFactory<LdapConnection> { /**
From source file org.wikipedia.vlsergey.secretary.utils.AbstractDocumentBuilderPool.java
/** * Abstract {@link DocumentBuilder} pool * * @author vlsergey {at} gmail {dot} com */ public abstract class AbstractDocumentBuilderPool extends AbstractDelegatedGenericPoolComponent
From source file org.jboss.processFlow.knowledgeService.AsyncBAMProducerPool.java
@ApplicationScoped @Default public class AsyncBAMProducerPool implements PoolableObjectFactory { private static Logger log = Logger.getLogger("AsyncBAMProducerPool"); private static Connection connectObj;
From source file org.sakaiproject.nakamura.ldap.PooledLDAPConnectionFactory.java
/**
* An object factory for managing <code>PooledLDAPConnection<code>s
* within the commons-pool library. Handles creating, configuring,
* connecting, securing, and binding the connections as they pass
* in and out of the pool.
*
From source file com.verisign.epp.pool.EPPSessionPoolableFactory.java
public class EPPSessionPoolableFactory implements PoolableObjectFactory { /** Log4j category for logging */ private static Logger log = Logger.getLogger(EPPSessionPoolableFactory.class.getName(), EPPCatFactory.getInstance().getFactory());
From source file com.meidusa.venus.io.network.VenusBIOConnectionFactory.java
/** * * @author Struct * */ public class VenusBIOConnectionFactory implements PoolableObjectFactory<VenusBIOConnection> {