public class ConnectionPoolConfiguration extends java.lang.Object implements ConfigurationInfo
| Modifier and Type | Method and Description |
|---|---|
static AttributeSet |
attributeDefinitionSet() |
AttributeSet |
attributes() |
boolean |
equals(java.lang.Object o) |
ExhaustedAction |
exhaustedAction() |
ElementDefinition |
getElementDefinition() |
int |
hashCode() |
int |
maxActive() |
int |
maxIdle() |
int |
maxTotal() |
long |
minEvictableIdleTime() |
int |
minIdle() |
boolean |
testWhileIdle() |
long |
timeBetweenEvictionRuns() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitsubElementspublic static AttributeSet attributeDefinitionSet()
public ElementDefinition getElementDefinition()
getElementDefinition in interface BaseConfigurationInfoElementDefinition of the configuration.public AttributeSet attributes()
attributes in interface BaseConfigurationInfoAttributeSet declared by the configuration.public ExhaustedAction exhaustedAction()
public int maxActive()
public int maxTotal()
public int maxIdle()
public int minIdle()
public long timeBetweenEvictionRuns()
public long minEvictableIdleTime()
public boolean testWhileIdle()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object