|
||||||||||
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.file.FilePersistentConnectionFactory
public class FilePersistentConnectionFactory
Field Summary |
---|
Fields inherited from class com.metamatrix.platform.config.persistence.api.PersistentConnectionFactory |
---|
FILE_FACTORY_NAME, PERSISTENT_FACTORY_NAME |
Constructor Summary | |
---|---|
FilePersistentConnectionFactory(java.util.Properties factoryProperties)
Constructor for FilePersistentConnectionFactory. |
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 |
---|
createPersistentConnection, getProperties |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FilePersistentConnectionFactory(java.util.Properties factoryProperties) throws ConfigurationException
ConfigurationException
Method Detail |
---|
public PersistentConnection createPersistentConnection() 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 |