org.dbforms.conprovider
Class ConnectionProviderPrefs

java.lang.Object
  extended by org.dbforms.conprovider.ConnectionProviderPrefs

public class ConnectionProviderPrefs
extends Object

Preferences class for Connection Providers.

Author:
Luca Fossato

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

ConnectionProviderPrefs

public ConnectionProviderPrefs()
Method Detail

setConnectionPoolURL

public void setConnectionPoolURL(String connectionPoolURL)
Sets the connectionPoolURL attribute of the ConnectionProviderPrefs object

Parameters:
connectionPoolURL - The new connectionPoolURL value

getConnectionPoolURL

public String getConnectionPoolURL()
Gets the connectionPoolURL attribute of the ConnectionProviderPrefs object

Returns:
The connectionPoolURL value

setConnectionProviderClass

public void setConnectionProviderClass(String connectionProviderClass)
Sets the connectionProviderClass attribute of the ConnectionProviderPrefs object

Parameters:
connectionProviderClass - The new connectionProviderClass value

getConnectionProviderClass

public String getConnectionProviderClass()
Gets the connectionProviderClass attribute of the ConnectionProviderPrefs object

Returns:
The connectionProviderClass value

setJdbcDriver

public void setJdbcDriver(String jdbcDriver)
Sets the jdbcDriver attribute of the ConnectionProviderPrefs object

Parameters:
jdbcDriver - The new jdbcDriver value

getJdbcDriver

public String getJdbcDriver()
Gets the jdbcDriver attribute of the ConnectionProviderPrefs object

Returns:
The jdbcDriver value

setJdbcURL

public void setJdbcURL(String jdbcURL)
Sets the jdbcURL attribute of the ConnectionProviderPrefs object

Parameters:
jdbcURL - The new jdbcURL value

getJdbcURL

public String getJdbcURL()
Gets the jdbcURL attribute of the ConnectionProviderPrefs object

Returns:
The jdbcURL value

setPassword

public void setPassword(String password)
Sets the password attribute of the ConnectionProviderPrefs object

Parameters:
password - The new password value

getPassword

public String getPassword()
Gets the password attribute of the ConnectionProviderPrefs object

Returns:
The password value

setPoolProperties

public void setPoolProperties(Properties poolProperties)
Sets the connection pool custom properties.

Parameters:
poolProperties - The pool properties to set

getPoolProperties

public Properties getPoolProperties()
Returns the connection pool custom properties.

Returns:
Properties

setProperties

public void setProperties(Properties properties)
Sets the properties.

Parameters:
properties - The properties to set

getProperties

public Properties getProperties()
Returns the properties.

Returns:
Properties

setServletContext

public void setServletContext(ServletContext context)
DOCUMENT ME!

Parameters:
context -

getServletContext

public ServletContext getServletContext()
DOCUMENT ME!

Returns:

setUser

public void setUser(String user)
Sets the user attribute of the ConnectionProviderPrefs object

Parameters:
user - The new user value

getUser

public String getUser()
Gets the user attribute of the ConnectionProviderPrefs object

Returns:
The user value


Copyright © 2002-2006 DbForms. All Rights Reserved.