|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--connectionpool.PoolConfig
This class encapsulates the configuration of the pool
| Method Summary | |
java.lang.String |
getConnectionLoaderClass()
This method returns the fully qualified name of the Connection Loader class. |
java.lang.String |
getConnectionString()
|
long |
getConnectionWaitTimeOut()
This method returns the connectionWaitTimeOut value. |
java.lang.String |
getDefaultListener()
|
java.lang.String |
getDriver()
|
int |
getIncrement()
|
long |
getLeakTimeOut()
|
int |
getMaxConnections()
|
int |
getMaxConnectionsForRelease()
This method returns the name of the pool. |
int |
getMinConnections()
|
java.lang.String |
getPassword()
This method returns the password to connect to the database. |
long |
getPollThreadTime()
|
java.lang.String |
getPoolName()
This method returns the name of the pool. |
java.lang.String |
getUserName()
|
java.lang.String |
getValidatorQuery()
This method returns the validatorQuery. |
boolean |
isAllowAnonymousConnections()
This method returns the name of the pool. |
boolean |
isAutoClose()
|
boolean |
isDefaultPool()
|
boolean |
isDetectLeaks()
|
boolean |
isExternalPooling()
This method returs a boolean. |
java.lang.String |
toString()
You know what this does. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Method Detail |
public java.lang.String getPoolName()
public int getMaxConnections()
public int getMinConnections()
public int getIncrement()
public java.lang.String getUserName()
public java.lang.String getPassword()
public java.lang.String getConnectionString()
public java.lang.String getDriver()
public boolean isDefaultPool()
public boolean isDetectLeaks()
public long getLeakTimeOut()
public java.lang.String getDefaultListener()
public long getPollThreadTime()
public boolean isAutoClose()
public int getMaxConnectionsForRelease()
public boolean isAllowAnonymousConnections()
public java.lang.String getConnectionLoaderClass()
public boolean isExternalPooling()
public long getConnectionWaitTimeOut()
public java.lang.String getValidatorQuery()
public java.lang.String toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||