public class ConnectionPool extends Object implements Serializable
Constructor and Description |
---|
ConnectionPool() |
Modifier and Type | Method and Description |
---|---|
void |
deleteIdleTimeout() |
void |
deleteLoginTimeout() |
void |
deleteMaxPool() |
void |
deleteMaxSize() |
void |
deleteMinPool() |
boolean |
equals(Object obj)
Overrides the Object.equals method.
|
String |
getFactory()
Returns the value of field 'factory'.
|
Integer |
getIdleTimeout()
Returns the value of field 'idleTimeout'.
|
Integer |
getLoginTimeout()
Returns the value of field 'loginTimeout'.
|
Integer |
getMaxPool()
Returns the value of field 'maxPool'.
|
Integer |
getMaxSize()
Returns the value of field 'maxSize'.
|
Integer |
getMinPool()
Returns the value of field 'minPool'.
|
int |
hashCode()
Method hashCode.
|
boolean |
hasIdleTimeout()
Method hasIdleTimeout.
|
boolean |
hasLoginTimeout()
Method hasLoginTimeout.
|
boolean |
hasMaxPool()
Method hasMaxPool.
|
boolean |
hasMaxSize()
Method hasMaxSize.
|
boolean |
hasMinPool()
Method hasMinPool.
|
void |
setFactory(String factory)
Sets the value of field 'factory'.
|
void |
setIdleTimeout(Integer idleTimeout)
Sets the value of field 'idleTimeout'.
|
void |
setLoginTimeout(Integer loginTimeout)
Sets the value of field 'loginTimeout'.
|
void |
setMaxPool(Integer maxPool)
Sets the value of field 'maxPool'.
|
void |
setMaxSize(Integer maxSize)
Sets the value of field 'maxSize'.
|
void |
setMinPool(Integer minPool)
Sets the value of field 'minPool'.
|
public void deleteIdleTimeout()
public void deleteLoginTimeout()
public void deleteMaxPool()
public void deleteMaxSize()
public void deleteMinPool()
public boolean equals(Object obj)
public String getFactory()
public Integer getIdleTimeout()
public Integer getLoginTimeout()
public Integer getMaxPool()
public Integer getMaxSize()
public Integer getMinPool()
public boolean hasIdleTimeout()
public boolean hasLoginTimeout()
public boolean hasMaxPool()
public boolean hasMaxSize()
public boolean hasMinPool()
public int hashCode()
public void setFactory(String factory)
factory
- the value of field 'factory'.public void setIdleTimeout(Integer idleTimeout)
idleTimeout
- the value of field 'idleTimeout'.public void setLoginTimeout(Integer loginTimeout)
loginTimeout
- the value of field 'loginTimeout'.public void setMaxPool(Integer maxPool)
maxPool
- the value of field 'maxPool'.public void setMaxSize(Integer maxSize)
maxSize
- the value of field 'maxSize'.public void setMinPool(Integer minPool)
minPool
- the value of field 'minPool'.Copyright © 2021. All rights reserved.