Uses of Interface
com.metamatrix.platform.config.persistence.api.PersistentConnection

Packages that use PersistentConnection
com.metamatrix.platform.config.persistence.api   
com.metamatrix.platform.config.persistence.impl.file   
com.metamatrix.platform.config.persistence.impl.jdbc   
 

Uses of PersistentConnection in com.metamatrix.platform.config.persistence.api
 

Methods in com.metamatrix.platform.config.persistence.api that return PersistentConnection
abstract  PersistentConnection PersistentConnectionFactory.createPersistentConnection()
          Creates the the of PersistentConnection required to communicate to the configuration repository.
 

Uses of PersistentConnection in com.metamatrix.platform.config.persistence.impl.file
 

Classes in com.metamatrix.platform.config.persistence.impl.file that implement PersistentConnection
 class FilePersistentConnection
           
 

Methods in com.metamatrix.platform.config.persistence.impl.file that return PersistentConnection
 PersistentConnection FilePersistentConnectionFactory.createPersistentConnection()
          Creates the the of PersistentConnection required to communicate to the configuration repository.
 

Uses of PersistentConnection in com.metamatrix.platform.config.persistence.impl.jdbc
 

Classes in com.metamatrix.platform.config.persistence.impl.jdbc that implement PersistentConnection
 class JDBCPersistentConnection
           
 

Methods in com.metamatrix.platform.config.persistence.impl.jdbc that return PersistentConnection
 PersistentConnection JDBCPersistentConnectionFactory.createPersistentConnection()
          Creates the the of PersistentConnection required to communicate to the configuration repository.
 



Copyright © 2009. All Rights Reserved.