|
||||||||||
| 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
public class PersistentConnectionFactory
| Field Summary | |
|---|---|
static java.lang.String |
FILE_FACTORY_NAME
|
static java.lang.String |
PERSISTENT_FACTORY_NAME
|
| Constructor Summary | |
|---|---|
PersistentConnectionFactory(java.util.Properties factoryProperties)
|
|
| Method Summary | |
|---|---|
PersistentConnection |
createPersistentConnection(boolean readOnly)
Creates the the of PersistentConnection required to communicate
to the configuration repository. |
java.util.Properties |
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 PERSISTENT_FACTORY_NAME
public static final java.lang.String FILE_FACTORY_NAME
| Constructor Detail |
|---|
public PersistentConnectionFactory(java.util.Properties factoryProperties)
| Method Detail |
|---|
public java.util.Properties getProperties()
public PersistentConnection createPersistentConnection(boolean readOnly)
throws ConfigurationException
PersistentConnection required to communicate
to the configuration repository.
properties - are the settings for persistence storage
ConfigurationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||