public class ConnectionPoolConfiguration extends Object
Modifier and Type | Method and Description |
---|---|
ExhaustedAction |
exhaustedAction() |
boolean |
lifo() |
int |
maxActive() |
int |
maxIdle() |
int |
maxTotal() |
long |
maxWait() |
long |
minEvictableIdleTime() |
int |
minIdle() |
int |
numTestsPerEvictionRun() |
boolean |
testOnBorrow() |
boolean |
testOnReturn() |
boolean |
testWhileIdle() |
long |
timeBetweenEvictionRuns() |
String |
toString() |
public ExhaustedAction exhaustedAction()
public boolean lifo()
public int maxActive()
public int maxTotal()
public long maxWait()
public int maxIdle()
public int minIdle()
public int numTestsPerEvictionRun()
public long timeBetweenEvictionRuns()
public long minEvictableIdleTime()
public boolean testOnBorrow()
public boolean testOnReturn()
public boolean testWhileIdle()
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.