Uses of Class
net.sf.ehcache.config.FactoryConfiguration
-
Packages that use FactoryConfiguration Package Description net.sf.ehcache.config This package contains the cache configuration code.net.sf.ehcache.config.generator.model This package contains utility classes encapsulating ideas of Elements and Attributes.net.sf.ehcache.config.generator.model.elements This package contains utility classes encapsulating ideas of Elements and Attributes from the ehcache.xsd -
-
Uses of FactoryConfiguration in net.sf.ehcache.config
Classes in net.sf.ehcache.config with type parameters of type FactoryConfiguration Modifier and Type Class Description classFactoryConfiguration<T extends FactoryConfiguration>A class to represent the CacheManagerEventListener configuration.Subclasses of FactoryConfiguration in net.sf.ehcache.config Modifier and Type Class Description static classCacheConfiguration.BootstrapCacheLoaderFactoryConfigurationConfiguration for the BootstrapCacheLoaderFactoryConfiguration.static classCacheConfiguration.CacheDecoratorFactoryConfigurationConfiguration for the CacheDecoratorFactoryConfiguration.static classCacheConfiguration.CacheEventListenerFactoryConfigurationConfiguration for the CacheEventListenerFactory.static classCacheConfiguration.CacheExceptionHandlerFactoryConfigurationConfiguration for the BootstrapCacheLoaderFactoryConfiguration.static classCacheConfiguration.CacheExtensionFactoryConfigurationConfiguration for the CacheExtensionFactoryConfiguration.static classCacheConfiguration.CacheLoaderFactoryConfigurationConfiguration for the CacheLoaderFactoryConfiguration.static classCacheWriterConfiguration.CacheWriterFactoryConfigurationConfiguration for the CacheWriterFactoryConfiguration.Fields in net.sf.ehcache.config declared as FactoryConfiguration Modifier and Type Field Description static FactoryConfigurationConfiguration. DEFAULT_TRANSACTION_MANAGER_LOOKUP_CONFIGDefault transactionManagerLookupConfigurationMethods in net.sf.ehcache.config that return FactoryConfiguration Modifier and Type Method Description FactoryConfigurationConfiguration. getCacheManagerEventListenerFactoryConfiguration()Gets the CacheManagerEventListener factory configuration.FactoryConfigurationConfiguration. getTransactionManagerLookupConfiguration()Gets the transaction manager lookup configuration.Methods in net.sf.ehcache.config that return types with arguments of type FactoryConfiguration Modifier and Type Method Description java.util.List<FactoryConfiguration>Configuration. getCacheManagerPeerListenerFactoryConfigurations()Gets the CacheManagerPeerListener factory configuration.java.util.List<FactoryConfiguration>Configuration. getCacheManagerPeerProviderFactoryConfiguration()Gets the CacheManagerPeerProvider factory configuration.Methods in net.sf.ehcache.config with parameters of type FactoryConfiguration Modifier and Type Method Description voidConfiguration. addCacheManagerEventListenerFactory(FactoryConfiguration cacheManagerEventListenerFactoryConfiguration)Allows BeanHandler to add the CacheManagerEventListener to the configuration.voidConfiguration. addCacheManagerPeerListenerFactory(FactoryConfiguration factory)Adds a CacheManagerPeerListener through FactoryConfiguration.voidConfiguration. addCacheManagerPeerProviderFactory(FactoryConfiguration factory)Adds a CacheManagerPeerProvider through FactoryConfiguration.voidConfiguration. addTransactionManagerLookup(FactoryConfiguration transactionManagerLookupParameter)Allows BeanHandler to add transaction manager lookup to the configuration.ConfigurationConfiguration. cacheManagerEventListenerFactory(FactoryConfiguration cacheManagerEventListenerFactoryConfiguration)Builder to set the event lister through a factory, only one of these can be added and subsequent calls are ignored.ConfigurationConfiguration. cacheManagerPeerListenerFactory(FactoryConfiguration factory)Builder method to add a peer listener through a factory.ConfigurationConfiguration. cacheManagerPeerProviderFactory(FactoryConfiguration factory)Builder method to add a peer provider through a factory.ConfigurationConfiguration. transactionManagerLookup(FactoryConfiguration transactionManagerLookupParameter)Builder to add a transaction manager lookup class to the cache manager, only one of these can be added. -
Uses of FactoryConfiguration in net.sf.ehcache.config.generator.model
Method parameters in net.sf.ehcache.config.generator.model with type arguments of type FactoryConfiguration Modifier and Type Method Description static voidAbstractNodeElement. addAllFactoryConfigsAsChildElements(NodeElement element, java.lang.String name, java.util.Collection<? extends FactoryConfiguration> factoryConfigurations)Helper method that adds all theFactoryConfigurationfrom the parameter as child elements by creatingFactoryConfigurationElementfor each of them -
Uses of FactoryConfiguration in net.sf.ehcache.config.generator.model.elements
Methods in net.sf.ehcache.config.generator.model.elements that return FactoryConfiguration Modifier and Type Method Description FactoryConfiguration<? extends FactoryConfiguration>FactoryConfigurationElement. getFactoryConfiguration()Returns theFactoryConfigurationassociated with this elementMethods in net.sf.ehcache.config.generator.model.elements that return types with arguments of type FactoryConfiguration Modifier and Type Method Description FactoryConfiguration<? extends FactoryConfiguration>FactoryConfigurationElement. getFactoryConfiguration()Returns theFactoryConfigurationassociated with this elementConstructors in net.sf.ehcache.config.generator.model.elements with parameters of type FactoryConfiguration Constructor Description FactoryConfigurationElement(NodeElement parent, java.lang.String name, FactoryConfiguration<? extends FactoryConfiguration> factoryConfiguration)Constructor accepting the parent, the name and theFactoryConfigurationConstructor parameters in net.sf.ehcache.config.generator.model.elements with type arguments of type FactoryConfiguration Constructor Description FactoryConfigurationElement(NodeElement parent, java.lang.String name, FactoryConfiguration<? extends FactoryConfiguration> factoryConfiguration)Constructor accepting the parent, the name and theFactoryConfiguration
-