@Embeddable public class JPAConnPoolConf extends Object implements ConnPoolConf, Serializable
Constructor and Description |
---|
JPAConnPoolConf() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Integer |
getMaxIdle() |
Integer |
getMaxObjects() |
Long |
getMaxWait() |
Long |
getMinEvictableIdleTimeMillis() |
Integer |
getMinIdle() |
int |
hashCode() |
void |
setMaxIdle(Integer maxIdle) |
void |
setMaxObjects(Integer maxObjects) |
void |
setMaxWait(Long maxWait) |
void |
setMinEvictableIdleTimeMillis(Long minEvictableIdleTimeMillis) |
void |
setMinIdle(Integer minIdle) |
String |
toString() |
public Integer getMaxObjects()
getMaxObjects
in interface ConnPoolConf
public void setMaxObjects(Integer maxObjects)
setMaxObjects
in interface ConnPoolConf
public Integer getMinIdle()
getMinIdle
in interface ConnPoolConf
public void setMinIdle(Integer minIdle)
setMinIdle
in interface ConnPoolConf
public Integer getMaxIdle()
getMaxIdle
in interface ConnPoolConf
public void setMaxIdle(Integer maxIdle)
setMaxIdle
in interface ConnPoolConf
public Long getMaxWait()
getMaxWait
in interface ConnPoolConf
public void setMaxWait(Long maxWait)
setMaxWait
in interface ConnPoolConf
public Long getMinEvictableIdleTimeMillis()
getMinEvictableIdleTimeMillis
in interface ConnPoolConf
public void setMinEvictableIdleTimeMillis(Long minEvictableIdleTimeMillis)
setMinEvictableIdleTimeMillis
in interface ConnPoolConf
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.