com.metamatrix.platform.config.persistence.impl.file
Class FilePersistentConnectionFactory

java.lang.Object
  extended by com.metamatrix.platform.config.persistence.api.PersistentConnectionFactory
      extended by com.metamatrix.platform.config.persistence.impl.file.FilePersistentConnectionFactory

public class FilePersistentConnectionFactory
extends PersistentConnectionFactory


Field Summary
 
Fields inherited from class com.metamatrix.platform.config.persistence.api.PersistentConnectionFactory
FILE_FACTORY_NAME, JDBC_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
createPersistentConnectionFactory, getProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilePersistentConnectionFactory

public FilePersistentConnectionFactory(java.util.Properties factoryProperties)
                                throws ConfigurationException
Constructor for FilePersistentConnectionFactory.

Throws:
ConfigurationException
Method Detail

createPersistentConnection

public PersistentConnection createPersistentConnection()
                                                throws ConfigurationException
Creates the the of PersistentConnection required to communicate to the configuration repository.

Specified by:
createPersistentConnection in class PersistentConnectionFactory
Parameters:
properties - are the settings for persistence storage
Returns:
PersistentSource class for handling configuration storage
Throws:
ConfigurationException


Copyright © 2009. All Rights Reserved.