public class PoolFactory
extends org.apache.commons.pool.BasePoolableObjectFactory
Constructor and Description |
---|
PoolFactory() |
Modifier and Type | Method and Description |
---|---|
void |
addAddress(String address) |
void |
addAdresses(Iterable<String> addresses) |
Object |
makeObject()
builds a new socket using one of the descriptors.
|
void |
setAddress(String address)
may simplify future spring integration...
|
void |
setAddresses(Iterable<String> addresses)
may simplify future spring integration...
|
public Object makeObject() throws Exception
makeObject
in interface org.apache.commons.pool.PoolableObjectFactory
makeObject
in class org.apache.commons.pool.BasePoolableObjectFactory
Exception
public void addAddress(String address)
public void setAddress(String address)
address
- Copyright © 2009-2012 Julien Rialland, and the jFastCGI project developpers.. All Rights Reserved.