com.metamatrix.soap.service
Interface ConnectionSource

All Known Implementing Classes:
PoolingConnectionSource

public interface ConnectionSource

This is the interface that the Data Service feature uses to get Connections.


Field Summary
static java.lang.String DRIVER_CLASS
          This is a property key that is used for the driver class used to connect to an MM Server.
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

SERVER_URL

static final java.lang.String SERVER_URL
This is a key that is used for the JDBC Connection URL for an MM Server.

See Also:
Constant Field Values

USERNAME

static final java.lang.String USERNAME
This is a property key that is used for the username used to connect to an MM Server.

See Also:
Constant Field Values

PASSWORD

static final java.lang.String PASSWORD
This is a property key that is used for the password used to connect to an MM Server.

See Also:
Constant Field Values

DRIVER_CLASS

static final java.lang.String DRIVER_CLASS
This is a property key that is used for the driver class used to connect to an MM Server.

See Also:
Constant Field Values
Method Detail

getConnection

java.sql.Connection getConnection(java.util.Properties connectionProperties)
                                  throws java.sql.SQLException
Throws:
java.sql.SQLException


Copyright © 2009. All Rights Reserved.