pt.ist.fenixframework.backend.infinispan
Class InfinispanConfig
java.lang.Object
pt.ist.fenixframework.Config
pt.ist.fenixframework.dap.FFDAPConfig
pt.ist.fenixframework.hibernatesearch.HibernateSearchConfig
pt.ist.fenixframework.indexes.IndexesConfig
pt.ist.fenixframework.backend.infinispan.InfinispanConfig
public class InfinispanConfig
- extends IndexesConfig
This is the infinispan configuration manager used by the fenix-framework-backend-infinispan
project.
- See Also:
Config
| Methods inherited from class pt.ist.fenixframework.Config |
appNameFromString, checkForDomainModelURLs, checkRequired, domainModelURLsFromString, filenamesToURLArray, filenameToURLArray, getAppName, getDomainModelURLs, initialize, missingRequired, populate, resourcesToURLArray, resourceToURLArray, setProperty |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ispnConfigFile
protected String ispnConfigFile
- This required parameter specifies the location of the XML file used to
configure Infinispan. This file should be available in the application's classpath.
backEnd
protected final InfinispanBackEnd backEnd
InfinispanConfig
public InfinispanConfig()
getIspnConfigFile
public String getIspnConfigFile()
init
protected void init()
- Overrides:
init in class IndexesConfig
checkConfig
protected void checkConfig()
- Description copied from class:
Config
- Subclasses of this class can overwrite this method, but they should specifically call
super.checkConfig() to check the superclass's configuration.
- Overrides:
checkConfig in class Config
getBackEnd
public InfinispanBackEnd getBackEnd()
- Description copied from class:
Config
- Get the current
BackEnd in use.
- Specified by:
getBackEnd in class Config
Copyright © 2013. All Rights Reserved.