public class JDBCDiskCachePoolAccessAttributes extends Object
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_MAX_ACTIVE
This is the default limit on the maximum number of active connections.
|
Constructor and Description |
---|
JDBCDiskCachePoolAccessAttributes() |
Modifier and Type | Method and Description |
---|---|
String |
getDatabase() |
String |
getDriverClassName() |
int |
getMaxActive() |
String |
getPassword() |
String |
getPoolName() |
String |
getUrl() |
String |
getUserName() |
void |
setDatabase(String database) |
void |
setDriverClassName(String driverClassName) |
void |
setMaxActive(int maxActive) |
void |
setPassword(String password) |
void |
setPoolName(String poolName) |
void |
setUrl(String connectURI) |
void |
setUserName(String userName) |
String |
toString()
For debugging.
|
public static final int DEFAULT_MAX_ACTIVE
public void setPoolName(String poolName)
poolName
- the poolName to setpublic String getPoolName()
public void setUrl(String connectURI)
connectURI
- the connectURI to setpublic String getUrl()
public void setUserName(String userName)
userName
- the userName to setpublic String getUserName()
public void setPassword(String password)
password
- the password to setpublic String getPassword()
public void setMaxActive(int maxActive)
maxActive
- the maxActive to setpublic int getMaxActive()
public void setDatabase(String database)
database
- the database to setpublic String getDatabase()
public void setDriverClassName(String driverClassName)
driverClassName
- the driverClassName to setpublic String getDriverClassName()
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.