public class ConnPoolConfTO extends AbstractBaseBean
| Constructor and Description |
|---|
ConnPoolConfTO() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMaxIdle() |
Integer |
getMaxObjects() |
Long |
getMaxWait() |
Long |
getMinEvictableIdleTimeMillis() |
Integer |
getMinIdle() |
void |
setMaxIdle(Integer maxIdle) |
void |
setMaxObjects(Integer maxObjects) |
void |
setMaxWait(Long maxWait) |
void |
setMinEvictableIdleTimeMillis(Long minEvictableIdleTimeMillis) |
void |
setMinIdle(Integer minIdle) |
equals, hashCode, toStringpublic Integer getMaxObjects()
public void setMaxObjects(Integer maxObjects)
public Integer getMinIdle()
public void setMinIdle(Integer minIdle)
public Integer getMaxIdle()
public void setMaxIdle(Integer maxIdle)
public Long getMaxWait()
public void setMaxWait(Long maxWait)
public Long getMinEvictableIdleTimeMillis()
public void setMinEvictableIdleTimeMillis(Long minEvictableIdleTimeMillis)
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.