|
QuickServer v1.4.5 |
||||||||||
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 |
getMaxActive()
Returns the maximum active objects allowed in the pool. |
int |
getMaxIdle()
Returns the maximum idle objects allowed in 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 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.5 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |