Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.client.hotrod.impl.transport.tcp
Class PropsKeyedObjectPoolFactory<K,V>

java.lang.Object
  extended by org.apache.commons.pool.impl.GenericKeyedObjectPoolFactory<K,V>
      extended by org.infinispan.client.hotrod.impl.transport.tcp.PropsKeyedObjectPoolFactory<K,V>
All Implemented Interfaces:
org.apache.commons.pool.KeyedObjectPoolFactory<K,V>

public class PropsKeyedObjectPoolFactory<K,V>
extends org.apache.commons.pool.impl.GenericKeyedObjectPoolFactory<K,V>

Since:
4.1
Author:
Mircea.Markus@jboss.com

Field Summary
 
Fields inherited from class org.apache.commons.pool.impl.GenericKeyedObjectPoolFactory
_factory, _lifo, _maxActive, _maxIdle, _maxTotal, _maxWait, _minEvictableIdleTimeMillis, _minIdle, _numTestsPerEvictionRun, _testOnBorrow, _testOnReturn, _testWhileIdle, _timeBetweenEvictionRunsMillis, _whenExhaustedAction
 
Constructor Summary
PropsKeyedObjectPoolFactory(org.apache.commons.pool.KeyedPoolableObjectFactory<K,V> factory, Properties props)
           
 
Method Summary
 Object getValue(Properties p, String name, Object defaultValue)
           
 
Methods inherited from class org.apache.commons.pool.impl.GenericKeyedObjectPoolFactory
createPool, getFactory, getLifo, getMaxActive, getMaxIdle, getMaxTotal, getMaxWait, getMinEvictableIdleTimeMillis, getMinIdle, getNumTestsPerEvictionRun, getTestOnBorrow, getTestOnReturn, getTestWhileIdle, getTimeBetweenEvictionRunsMillis, getWhenExhaustedAction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropsKeyedObjectPoolFactory

public PropsKeyedObjectPoolFactory(org.apache.commons.pool.KeyedPoolableObjectFactory<K,V> factory,
                                   Properties props)
Method Detail

getValue

public Object getValue(Properties p,
                       String name,
                       Object defaultValue)

Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.