com.prolifics.jco
Class ComponentPoolProperties

java.lang.Object
  extended by GenericKeyedObjectPool.Config
      extended by com.prolifics.jco.ComponentPoolConfig
          extended by com.prolifics.jco.ComponentPoolProperties

public class ComponentPoolProperties
extends ComponentPoolConfig


Field Summary
 
Fields inherited from class com.prolifics.jco.ComponentPoolConfig
DEFAULT_USE_COMPONENT_POOL, useComponentPool
 
Constructor Summary
ComponentPoolProperties(java.io.InputStream is)
           
ComponentPoolProperties(java.lang.String filename)
           
 
Method Summary
 
Methods inherited from class com.prolifics.jco.ComponentPoolConfig
equals, getLifo, getMaxActive, getMaxIdle, getMaxTotal, getMaxWait, getMinEvictableIdleTimeMillis, getMinIdle, getName, getNumTestsPerEvictionRun, getTestOnBorrow, getTestOnReturn, getTestWhileIdle, getTimeBetweenEvictionRunsMillis, getUseComponentPool, getWhenExhaustedAction, hashCode, setLifo, setMaxActive, setMaxIdle, setMaxTotal, setMaxWait, setMinEvictableIdleTimeMillis, setMinIdle, setNumTestsPerEvictionRun, setTestOnBorrow, setTestOnReturn, setTestWhileIdle, setTimeBetweenEvictionRunsMillis, setUseComponentPool, setWhenExhaustedAction
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentPoolProperties

public ComponentPoolProperties(java.lang.String filename)
                        throws java.io.FileNotFoundException,
                               java.io.IOException
Throws:
java.io.FileNotFoundException
java.io.IOException

ComponentPoolProperties

public ComponentPoolProperties(java.io.InputStream is)
                        throws java.io.IOException
Throws:
java.io.IOException