|
ContactCenters V. 0.9.9. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectumontreal.iro.lecuyer.xmlbind.params.DBConnectionParams
public class DBConnectionParams
Represents the parameters for a database connection established using JDBC.
| Field Summary | |
|---|---|
protected String |
jdbcDriverClass
|
protected String |
jdbcURI
|
protected String |
jndiDataSourceName
|
protected PropertiesParams |
properties
|
| Constructor Summary | |
|---|---|
DBConnectionParams()
|
|
| Method Summary | |
|---|---|
String |
getJdbcDriverClass()
Gets the value of the jdbcDriverClass property. |
String |
getJdbcURI()
Gets the value of the jdbcURI property. |
String |
getJndiDataSourceName()
Gets the value of the jndiDataSourceName property. |
PropertiesParams |
getProperties()
Gets the value of the properties property. |
boolean |
isSetJdbcDriverClass()
|
boolean |
isSetJdbcURI()
|
boolean |
isSetJndiDataSourceName()
|
boolean |
isSetProperties()
|
void |
setJdbcDriverClass(String value)
Sets the value of the jdbcDriverClass property. |
void |
setJdbcURI(String value)
Sets the value of the jdbcURI property. |
void |
setJndiDataSourceName(String value)
Sets the value of the jndiDataSourceName property. |
void |
setProperties(PropertiesParams value)
Sets the value of the properties property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected PropertiesParams properties
protected String jndiDataSourceName
protected String jdbcDriverClass
protected String jdbcURI
| Constructor Detail |
|---|
public DBConnectionParams()
| Method Detail |
|---|
public PropertiesParams getProperties()
PropertiesParamspublic void setProperties(PropertiesParams value)
value - allowed object is
PropertiesParamspublic boolean isSetProperties()
public String getJndiDataSourceName()
Stringpublic void setJndiDataSourceName(String value)
value - allowed object is
Stringpublic boolean isSetJndiDataSourceName()
public String getJdbcDriverClass()
Stringpublic void setJdbcDriverClass(String value)
value - allowed object is
Stringpublic boolean isSetJdbcDriverClass()
public String getJdbcURI()
Stringpublic void setJdbcURI(String value)
value - allowed object is
Stringpublic boolean isSetJdbcURI()
|
ContactCenters V. 0.9.9. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||