Uses of Class
pt.ist.fenixframework.Config

Packages that use Config
pt.ist.fenixframework   
pt.ist.fenixframework.backend   
pt.ist.fenixframework.backend.infinispan   
pt.ist.fenixframework.backend.jvstmmem   
pt.ist.fenixframework.backend.mem   
pt.ist.fenixframework.backend.ogm   
pt.ist.fenixframework.dap   
pt.ist.fenixframework.hibernatesearch   
pt.ist.fenixframework.indexes   
 

Uses of Config in pt.ist.fenixframework
 

Methods in pt.ist.fenixframework that return Config
 Config MultiConfig.add(Config config)
          Add a configuration to the set of available configurations.
 Config MultiConfig.get(String backEndName)
           
static Config FenixFramework.getConfig()
           
 

Methods in pt.ist.fenixframework with parameters of type Config
 Config MultiConfig.add(Config config)
          Add a configuration to the set of available configurations.
static void FenixFramework.initialize(Config newConfig)
          This method initializes the FenixFramework.
 

Uses of Config in pt.ist.fenixframework.backend
 

Methods in pt.ist.fenixframework.backend that return types with arguments of type Config
 Class<? extends Config> CurrentBackEndId.getDefaultConfigClass()
           
abstract  Class<? extends Config> BackEndId.getDefaultConfigClass()
          Get the Class instance that represents the default configuration class to use for this backend.
 

Uses of Config in pt.ist.fenixframework.backend.infinispan
 

Subclasses of Config in pt.ist.fenixframework.backend.infinispan
 class InfinispanConfig
          This is the infinispan configuration manager used by the fenix-framework-backend-infinispan project.
 

Uses of Config in pt.ist.fenixframework.backend.jvstmmem
 

Subclasses of Config in pt.ist.fenixframework.backend.jvstmmem
 class JVSTMMemConfig
           
 

Uses of Config in pt.ist.fenixframework.backend.mem
 

Subclasses of Config in pt.ist.fenixframework.backend.mem
 class MemConfig
          This is the default configuration manager used by the fenix-framework-core.
 

Uses of Config in pt.ist.fenixframework.backend.ogm
 

Subclasses of Config in pt.ist.fenixframework.backend.ogm
 class OgmConfig
          This is the ogm configuration manager used by the fenix-framework-backend-ogm project.
 

Uses of Config in pt.ist.fenixframework.dap
 

Subclasses of Config in pt.ist.fenixframework.dap
 class FFDAPConfig
           
 

Uses of Config in pt.ist.fenixframework.hibernatesearch
 

Subclasses of Config in pt.ist.fenixframework.hibernatesearch
 class HibernateSearchConfig
           
 

Uses of Config in pt.ist.fenixframework.indexes
 

Subclasses of Config in pt.ist.fenixframework.indexes
 class IndexesConfig
           
 



Copyright © 2013. All Rights Reserved.