|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConnectionSource
This is the interface that the Data Service feature uses to get Connections.
| Field Summary | |
|---|---|
static java.lang.String |
PASSWORD
This is a property key that is used for the password used to connect to an MM Server. |
static java.lang.String |
SERVER_URL
This is a key that is used for the JDBC Connection URL for an MM Server. |
static java.lang.String |
USERNAME
This is a property key that is used for the username used to connect to an MM Server. |
| Method Summary | |
|---|---|
java.sql.Connection |
getConnection(java.util.Properties connectionProperties)
|
| Field Detail |
|---|
static final java.lang.String SERVER_URL
static final java.lang.String USERNAME
static final java.lang.String PASSWORD
| Method Detail |
|---|
java.sql.Connection getConnection(java.util.Properties connectionProperties)
throws java.sql.SQLException
java.sql.SQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||