Example usage for org.apache.commons.pool KeyedPoolableObjectFactory interface-usage

List of usage examples for org.apache.commons.pool KeyedPoolableObjectFactory interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.pool KeyedPoolableObjectFactory interface-usage.

Usage

From source file org.mule.transport.salesforce.SalesforceSoapBindingFactory.java

public class SalesforceSoapBindingFactory implements KeyedPoolableObjectFactory {

    @Override
    public void activateObject(Object arg0, Object arg1) throws Exception {

    }

From source file neohope.mule.hl7v2.socket.AbstractTcpSocketFactory.java

/**
 * Creates a client socket using the socket address extracted from the endpoint.  Addtional
 * socket parameters will also be set from the connector
 */
public abstract class AbstractTcpSocketFactory implements KeyedPoolableObjectFactory {

From source file org.mule.transport.tcp.AbstractTcpSocketFactory.java

/**
 * Creates a client socket using the socket address extracted from the endpoint.  Addtional
 * socket parameters will also be set from the connector
 */
public abstract class AbstractTcpSocketFactory implements KeyedPoolableObjectFactory {

From source file com.informatica.um.binge.api.impl.VDSEventPoolFactory.java

/**
 * @author nraveend
 *
 */
public class VDSEventPoolFactory implements KeyedPoolableObjectFactory<Integer, VDSEventImpl> {

From source file org.mule.transport.comm.AbstractCommPortFactory.java

/**
 * Created by IntelliJ IDEA.
 * User: Christopher Cheng
 * Date: Mar 1, 2009
 * Time: 2:34:28 PM
 * To change this template use File | Settings | File Templates.

From source file com.informatica.um.binge.api.impl.VDSEventListPoolFactory.java

/**
 * @author nraveend
 *
 */
public class VDSEventListPoolFactory implements KeyedPoolableObjectFactory<Integer, VDSEventListImpl> {

From source file org.canedata.provider.mongodb.pool.PoolableFactory.java

/**
 * 
 * @author Sun Yat-ton
 * @version 1.00.000 2011-9-1
 */
public class PoolableFactory implements KeyedPoolableObjectFactory {

From source file org.mule.transport.KeyedPoolMessageRequesterFactoryAdapter.java

/**
 * <code>KeyedPoolMessageRequesterFactoryAdapter</code> adapts a
 * <code>MessageRequesterFactory</code> with methods from commons-pool
 * <code>KeyedPoolableObjectFactory</code>. It is only required for requester
 * factories that do not inherit from <code>AbstractMessageRequesterFactory</code>.
 *

From source file org.mule.transport.KeyedPoolMessageDispatcherFactoryAdapter.java

/**
 * <code>KeyedPoolMessageDispatcherFactoryAdapter</code> adapts a
 * <code>MessageDispatcherFactory</code> with methods from commons-pool
 * <code>KeyedPoolableObjectFactory</code>. It is only required for dispatcher
 * factories that do not inherit from <code>AbstractMessageDispatcherFactory</code>.
 * 

From source file org.mule.transport.udp.UdpSocketFactory.java

/**
 * Creates a client socket using the host and port address supplied in the endpoint URI.  Addtional
 * socket parameters will also be set from the connector
 */
public class UdpSocketFactory implements KeyedPoolableObjectFactory {
    /**