|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.metamatrix.platform.config.persistence.api.PersistentConnectionFactory
com.metamatrix.platform.config.persistence.impl.jdbc.JDBCPersistentConnectionFactory
public class JDBCPersistentConnectionFactory
| Field Summary | |
|---|---|
static java.lang.String |
DATABASE
The environment property name for the database name. |
static java.lang.String |
DRIVER
The environment property name for the class of the driver. |
static java.lang.String |
PASSWORD
The environment property name for the password that is to be used for connecting to the metadata store. |
static java.lang.String |
PROTOCOL
The environment property name for the protocol that is to be used. |
static java.lang.String |
USERNAME
The environment property name for the username that is to be used for connecting to the metadata store. |
| Fields inherited from class com.metamatrix.platform.config.persistence.api.PersistentConnectionFactory |
|---|
FILE_FACTORY_NAME, JDBC_FACTORY_NAME, PERSISTENT_FACTORY_NAME |
| Constructor Summary | |
|---|---|
JDBCPersistentConnectionFactory(java.util.Properties factoryProperties)
Constructor for JDBCPersistentConnectionFactory. |
|
| Method Summary | |
|---|---|
PersistentConnection |
createPersistentConnection()
Creates the the of PersistentConnection required to communicate
to the configuration repository. |
| Methods inherited from class com.metamatrix.platform.config.persistence.api.PersistentConnectionFactory |
|---|
createPersistentConnectionFactory, getProperties |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String DRIVER
public static final java.lang.String PROTOCOL
public static final java.lang.String DATABASE
public static final java.lang.String USERNAME
public static final java.lang.String PASSWORD
| Constructor Detail |
|---|
public JDBCPersistentConnectionFactory(java.util.Properties factoryProperties)
factoryProperties - | Method Detail |
|---|
public PersistentConnection createPersistentConnection()
throws ConfigurationException
PersistentConnection required to communicate
to the configuration repository.
createPersistentConnection in class PersistentConnectionFactoryproperties - are the settings for persistence storage
ConfigurationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||