|
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()
PropertiesParams
public void setProperties(PropertiesParams value)
value
- allowed object is
PropertiesParams
public boolean isSetProperties()
public String getJndiDataSourceName()
String
public void setJndiDataSourceName(String value)
value
- allowed object is
String
public boolean isSetJndiDataSourceName()
public String getJdbcDriverClass()
String
public void setJdbcDriverClass(String value)
value
- allowed object is
String
public boolean isSetJdbcDriverClass()
public String getJdbcURI()
String
public void setJdbcURI(String value)
value
- allowed object is
String
public boolean isSetJdbcURI()
|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |