|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dbforms.conprovider.ConnectionProviderPrefs
public class ConnectionProviderPrefs
Preferences class for Connection Providers.
Constructor Summary | |
---|---|
ConnectionProviderPrefs()
|
Method Summary | |
---|---|
String |
getConnectionPoolURL()
Gets the connectionPoolURL attribute of the ConnectionProviderPrefs object |
String |
getConnectionProviderClass()
Gets the connectionProviderClass attribute of the ConnectionProviderPrefs object |
String |
getJdbcDriver()
Gets the jdbcDriver attribute of the ConnectionProviderPrefs object |
String |
getJdbcURL()
Gets the jdbcURL attribute of the ConnectionProviderPrefs object |
String |
getPassword()
Gets the password attribute of the ConnectionProviderPrefs object |
Properties |
getPoolProperties()
Returns the connection pool custom properties. |
Properties |
getProperties()
Returns the properties. |
ServletContext |
getServletContext()
DOCUMENT ME! |
String |
getUser()
Gets the user attribute of the ConnectionProviderPrefs object |
void |
setConnectionPoolURL(String connectionPoolURL)
Sets the connectionPoolURL attribute of the ConnectionProviderPrefs object |
void |
setConnectionProviderClass(String connectionProviderClass)
Sets the connectionProviderClass attribute of the ConnectionProviderPrefs object |
void |
setJdbcDriver(String jdbcDriver)
Sets the jdbcDriver attribute of the ConnectionProviderPrefs object |
void |
setJdbcURL(String jdbcURL)
Sets the jdbcURL attribute of the ConnectionProviderPrefs object |
void |
setPassword(String password)
Sets the password attribute of the ConnectionProviderPrefs object |
void |
setPoolProperties(Properties poolProperties)
Sets the connection pool custom properties. |
void |
setProperties(Properties properties)
Sets the properties. |
void |
setServletContext(ServletContext context)
DOCUMENT ME! |
void |
setUser(String user)
Sets the user attribute of the ConnectionProviderPrefs object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConnectionProviderPrefs()
Method Detail |
---|
public void setConnectionPoolURL(String connectionPoolURL)
connectionPoolURL
- The new connectionPoolURL valuepublic String getConnectionPoolURL()
public void setConnectionProviderClass(String connectionProviderClass)
connectionProviderClass
- The new connectionProviderClass valuepublic String getConnectionProviderClass()
public void setJdbcDriver(String jdbcDriver)
jdbcDriver
- The new jdbcDriver valuepublic String getJdbcDriver()
public void setJdbcURL(String jdbcURL)
jdbcURL
- The new jdbcURL valuepublic String getJdbcURL()
public void setPassword(String password)
password
- The new password valuepublic String getPassword()
public void setPoolProperties(Properties poolProperties)
poolProperties
- The pool properties to setpublic Properties getPoolProperties()
public void setProperties(Properties properties)
properties
- The properties to setpublic Properties getProperties()
public void setServletContext(ServletContext context)
context
- public ServletContext getServletContext()
public void setUser(String user)
user
- The new user valuepublic String getUser()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |