public interface SyslogPoolConfigIF extends Serializable
Syslog4j is licensed under the Lesser GNU Public License v2.1. A copy of the LGPL license is available in the META-INF folder in all distributions of Syslog4j and in the base directory of the "doc" ZIP.
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxActive() |
int |
getMaxIdle() |
long |
getMaxWait() |
long |
getMinEvictableIdleTimeMillis() |
int |
getMinIdle() |
int |
getNumTestsPerEvictionRun() |
long |
getSoftMinEvictableIdleTimeMillis() |
long |
getTimeBetweenEvictionRunsMillis() |
byte |
getWhenExhaustedAction() |
boolean |
isTestOnBorrow() |
boolean |
isTestOnReturn() |
boolean |
isTestWhileIdle() |
void |
setMaxActive(int maxActive) |
void |
setMaxIdle(int maxIdle) |
void |
setMaxWait(long maxWait) |
void |
setMinEvictableIdleTimeMillis(long minEvictableIdleTimeMillis) |
void |
setMinIdle(int minIdle) |
void |
setNumTestsPerEvictionRun(int numTestsPerEvictionRun) |
void |
setSoftMinEvictableIdleTimeMillis(long softMinEvictableIdleTimeMillis) |
void |
setTestOnBorrow(boolean testOnBorrow) |
void |
setTestOnReturn(boolean testOnReturn) |
void |
setTestWhileIdle(boolean testWhileIdle) |
void |
setTimeBetweenEvictionRunsMillis(long timeBetweenEvictionRunsMillis) |
void |
setWhenExhaustedAction(byte whenExhaustedAction) |
int getMaxActive()
void setMaxActive(int maxActive)
int getMaxIdle()
void setMaxIdle(int maxIdle)
long getMaxWait()
void setMaxWait(long maxWait)
long getMinEvictableIdleTimeMillis()
void setMinEvictableIdleTimeMillis(long minEvictableIdleTimeMillis)
int getMinIdle()
void setMinIdle(int minIdle)
int getNumTestsPerEvictionRun()
void setNumTestsPerEvictionRun(int numTestsPerEvictionRun)
long getSoftMinEvictableIdleTimeMillis()
void setSoftMinEvictableIdleTimeMillis(long softMinEvictableIdleTimeMillis)
boolean isTestOnBorrow()
void setTestOnBorrow(boolean testOnBorrow)
boolean isTestOnReturn()
void setTestOnReturn(boolean testOnReturn)
boolean isTestWhileIdle()
void setTestWhileIdle(boolean testWhileIdle)
long getTimeBetweenEvictionRunsMillis()
void setTimeBetweenEvictionRunsMillis(long timeBetweenEvictionRunsMillis)
byte getWhenExhaustedAction()
void setWhenExhaustedAction(byte whenExhaustedAction)
Copyright © 2017. All rights reserved.