org.infinispan.client.hotrod.impl.transport.tcp
Class PropsKeyedObjectPoolFactory

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

public class PropsKeyedObjectPoolFactory
extends org.apache.commons.pool.impl.GenericKeyedObjectPoolFactory

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 factory, Properties props)
           
 
Method Summary
 Object getValue(Properties p, String name, Object defaultValue)
           
 
Methods inherited from class org.apache.commons.pool.impl.GenericKeyedObjectPoolFactory
createPool
 
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 factory,
                                   Properties props)
Method Detail

getValue

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

-->

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