public class FTPClientPool
extends org.apache.commons.pool2.impl.GenericObjectPool<org.apache.commons.net.ftp.FTPClient>
| 构造器和说明 |
|---|
FTPClientPool(org.apache.commons.pool2.PooledObjectFactory<org.apache.commons.net.ftp.FTPClient> factory) |
FTPClientPool(org.apache.commons.pool2.PooledObjectFactory<org.apache.commons.net.ftp.FTPClient> factory,
org.apache.commons.pool2.impl.GenericObjectPoolConfig config) |
FTPClientPool(org.apache.commons.pool2.PooledObjectFactory<org.apache.commons.net.ftp.FTPClient> factory,
org.apache.commons.pool2.impl.GenericObjectPoolConfig config,
org.apache.commons.pool2.impl.AbandonedConfig abandonedConfig) |
addObject, borrowObject, borrowObject, clear, close, evict, getFactory, getFactoryType, getLogAbandoned, getMaxIdle, getMinIdle, getNumActive, getNumIdle, getNumWaiters, getRemoveAbandonedOnBorrow, getRemoveAbandonedOnMaintenance, getRemoveAbandonedTimeout, invalidateObject, isAbandonedConfig, listAllObjects, preparePool, returnObject, setAbandonedConfig, setConfig, setMaxIdle, setMinIdle, toStringAppendFields, usegetBlockWhenExhausted, getBorrowedCount, getCreatedCount, getCreationStackTrace, getDestroyedByBorrowValidationCount, getDestroyedByEvictorCount, getDestroyedCount, getEvictionPolicy, getEvictionPolicyClassName, getEvictorShutdownTimeoutMillis, getFairness, getJmxName, getLifo, getMaxBorrowWaitTimeMillis, getMaxTotal, getMaxWaitMillis, getMeanActiveTimeMillis, getMeanBorrowWaitTimeMillis, getMeanIdleTimeMillis, getMinEvictableIdleTimeMillis, getNumTestsPerEvictionRun, getReturnedCount, getSoftMinEvictableIdleTimeMillis, getSwallowedExceptionListener, getTestOnBorrow, getTestOnCreate, getTestOnReturn, getTestWhileIdle, getTimeBetweenEvictionRunsMillis, isClosed, setBlockWhenExhausted, setEvictionPolicyClassName, setEvictorShutdownTimeoutMillis, setLifo, setMaxTotal, setMaxWaitMillis, setMinEvictableIdleTimeMillis, setNumTestsPerEvictionRun, setSoftMinEvictableIdleTimeMillis, setSwallowedExceptionListener, setTestOnBorrow, setTestOnCreate, setTestOnReturn, setTestWhileIdle, setTimeBetweenEvictionRunsMillisclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBlockWhenExhausted, getBorrowedCount, getCreatedCount, getCreationStackTrace, getDestroyedByBorrowValidationCount, getDestroyedByEvictorCount, getDestroyedCount, getFairness, getLifo, getMaxBorrowWaitTimeMillis, getMaxTotal, getMaxWaitMillis, getMeanActiveTimeMillis, getMeanBorrowWaitTimeMillis, getMeanIdleTimeMillis, getMinEvictableIdleTimeMillis, getNumTestsPerEvictionRun, getReturnedCount, getTestOnBorrow, getTestOnCreate, getTestOnReturn, getTestWhileIdle, getTimeBetweenEvictionRunsMillis, isClosedpublic FTPClientPool(org.apache.commons.pool2.PooledObjectFactory<org.apache.commons.net.ftp.FTPClient> factory)
public FTPClientPool(org.apache.commons.pool2.PooledObjectFactory<org.apache.commons.net.ftp.FTPClient> factory,
org.apache.commons.pool2.impl.GenericObjectPoolConfig config)
public FTPClientPool(org.apache.commons.pool2.PooledObjectFactory<org.apache.commons.net.ftp.FTPClient> factory,
org.apache.commons.pool2.impl.GenericObjectPoolConfig config,
org.apache.commons.pool2.impl.AbandonedConfig abandonedConfig)
Copyright © 2016–2020. All rights reserved.