| 
QuickServer v1.4.7  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.quickserver.util.xmlreader.PoolConfig
This class encapsulate the pool configuration.
| Constructor Summary | |
PoolConfig()
 | 
|
| Method Summary | |
 int | 
getInitSize()
Returns the inital size of the pool.  | 
 int | 
getMaxActive()
Returns the maximum active objects allowed in the pool.  | 
 int | 
getMaxIdle()
Returns the maximum idle objects allowed in the pool.  | 
 void | 
setInitSize(int initSize)
Sets the inital size of the pool.  | 
 void | 
setMaxActive(int maxActive)
Sets the maximum active objects allowed in the pool.  | 
 void | 
setMaxIdle(int maxIdle)
Sets the maximum Idle objects allowed in the pool.  | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public PoolConfig()
| Method Detail | 
public int getInitSize()
setInitSize(int)public void setInitSize(int initSize)
initSize - inital size of the pool.getInitSize()public int getMaxActive()
setMaxActive(int)public void setMaxActive(int maxActive)
maxActive - maximum allowed active objectsgetMaxActive()public int getMaxIdle()
setMaxIdle(int)public void setMaxIdle(int maxIdle)
maxIdle - maximum allowed active objectsgetMaxIdle()
  | 
QuickServer v1.4.7  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||