|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Configuration Interface for StandaloneConnectionFactory Copyright 2002 Sapient
Field Summary |
Fields inherited from interface org.sape.carbon.core.component.ComponentConfiguration |
ComponentTemplateName |
Method Summary | |
Map |
getConnectionProperties()
Retrieves additional configuration properties set for the connection |
String |
getConnectionProperties(String key)
Method to retrieve a specific configuration value property set for the connection |
String |
getDbPassword()
Gets the DbPassword specifiying the database connection. |
String |
getDbUrl()
Gets the DbUrl specifiying the database connection. |
String |
getDbUserId()
Gets the DbUserId specifiying the database connection. |
Class |
getDriverClass()
Gets the class of the driver to create the connection with. |
void |
setConnectionProperties(Map connectionProperties)
Sets additional configuration values for the connection |
void |
setConnectionProperties(String key,
String value)
Sets a specific configuration value for the connection |
void |
setDbPassword(String dbPassword)
Sets the DbPassword specifiying the database connection. |
void |
setDbUrl(String dbUrl)
Sets the DbUrl specifiying the database connection. |
void |
setDbUserId(String dbUserId)
Sets the DbUserId specifiying the database connection. |
void |
setDriverClass(Class driverClass)
Sets the class of the driver to create the connection with. |
Methods inherited from interface org.sape.carbon.core.component.ComponentConfiguration |
getComponentDescription, getComponentTemplateName, getFunctionalImplementationClass, getFunctionalInterface, setComponentDescription, setComponentTemplateName, setFunctionalImplementationClass, setFunctionalInterface |
Methods inherited from interface org.sape.carbon.core.config.Configuration |
clone, getConfigurationInterface, getConfigurationName, getDataStructure, getRootElement, isConfigurationWritable, setConfigurationName, setConfigurationReadOnly |
Method Detail |
public Class getDriverClass()
public void setDriverClass(Class driverClass)
driverClass
- Class of driver for connection.public String getDbUrl()
public void setDbUrl(String dbUrl)
dbUrl
- the DbUrl specifiying the database connectionpublic String getDbUserId()
public void setDbUserId(String dbUserId)
dbUserId
- the DbUserId specifiying the database connectionpublic String getDbPassword()
public void setDbPassword(String dbPassword)
dbPassword
- the dbPassword specifiying the database connectionpublic Map getConnectionProperties()
public String getConnectionProperties(String key)
public void setConnectionProperties(Map connectionProperties)
public void setConnectionProperties(String key, String value)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |