|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bristle.javalib.sql.ConnectionPool.SimpleDBConfig
public static class ConnectionPool.SimpleDBConfig
Sample class implementing the DBConfig interface.
| Constructor Summary | |
|---|---|
ConnectionPool.SimpleDBConfig(String strDBURL,
String strDBUsername,
String strDBPassword)
Constructor. |
|
| Method Summary | |
|---|---|
String |
getDBPassword()
Get the DB Password. |
String |
getDBURL()
Get the DB URL. |
String |
getDBUsername()
Get the DB Username. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConnectionPool.SimpleDBConfig(String strDBURL,
String strDBUsername,
String strDBPassword)
strDBURL - DB URL used for connectionstrDBUsername - DB username used for connectionstrDBPassword - DB password used for connection| Method Detail |
|---|
public String getDBURL()
getDBURL in interface ConnectionPool.DBConfigpublic String getDBUsername()
getDBUsername in interface ConnectionPool.DBConfigpublic String getDBPassword()
getDBPassword in interface ConnectionPool.DBConfig
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||