|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FactoryConfiguration | |
---|---|
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 | |
---|---|
class |
FactoryConfiguration<T extends FactoryConfiguration>
A class to represent the CacheManagerEventListener configuration. |
Subclasses of FactoryConfiguration in net.sf.ehcache.config | |
---|---|
static class |
CacheConfiguration.BootstrapCacheLoaderFactoryConfiguration
Configuration for the BootstrapCacheLoaderFactoryConfiguration. |
static class |
CacheConfiguration.CacheDecoratorFactoryConfiguration
Configuration for the CacheDecoratorFactoryConfiguration. |
static class |
CacheConfiguration.CacheEventListenerFactoryConfiguration
Configuration for the CacheEventListenerFactory. |
static class |
CacheConfiguration.CacheExceptionHandlerFactoryConfiguration
Configuration for the BootstrapCacheLoaderFactoryConfiguration. |
static class |
CacheConfiguration.CacheExtensionFactoryConfiguration
Configuration for the CacheExtensionFactoryConfiguration. |
static class |
CacheConfiguration.CacheLoaderFactoryConfiguration
Configuration for the CacheLoaderFactoryConfiguration. |
static class |
CacheWriterConfiguration.CacheWriterFactoryConfiguration
Configuration for the CacheWriterFactoryConfiguration. |
Fields in net.sf.ehcache.config declared as FactoryConfiguration | |
---|---|
static FactoryConfiguration |
Configuration.DEFAULT_TRANSACTION_MANAGER_LOOKUP_CONFIG
Default transactionManagerLookupConfiguration |
Methods in net.sf.ehcache.config that return FactoryConfiguration | |
---|---|
FactoryConfiguration |
Configuration.getCacheManagerEventListenerFactoryConfiguration()
Gets the CacheManagerEventListener factory configuration. |
FactoryConfiguration |
Configuration.getTransactionManagerLookupConfiguration()
Gets the transaction manager lookup configuration. |
Methods in net.sf.ehcache.config that return types with arguments of type FactoryConfiguration | |
---|---|
List<FactoryConfiguration> |
Configuration.getCacheManagerPeerListenerFactoryConfigurations()
Gets the CacheManagerPeerListener factory configuration. |
List<FactoryConfiguration> |
Configuration.getCacheManagerPeerProviderFactoryConfiguration()
Gets the CacheManagerPeerProvider factory configuration. |
Methods in net.sf.ehcache.config with parameters of type FactoryConfiguration | |
---|---|
void |
Configuration.addCacheManagerEventListenerFactory(FactoryConfiguration cacheManagerEventListenerFactoryConfiguration)
Allows BeanHandler to add the CacheManagerEventListener to the configuration. |
void |
Configuration.addCacheManagerPeerListenerFactory(FactoryConfiguration factory)
Adds a CacheManagerPeerListener through FactoryConfiguration. |
void |
Configuration.addCacheManagerPeerProviderFactory(FactoryConfiguration factory)
Adds a CacheManagerPeerProvider through FactoryConfiguration. |
void |
Configuration.addTransactionManagerLookup(FactoryConfiguration transactionManagerLookupParameter)
Allows BeanHandler to add transaction manager lookup to the configuration. |
Configuration |
Configuration.cacheManagerEventListenerFactory(FactoryConfiguration cacheManagerEventListenerFactoryConfiguration)
Builder to set the event lister through a factory, only one of these can be added and subsequent calls are ignored. |
Configuration |
Configuration.cacheManagerPeerListenerFactory(FactoryConfiguration factory)
Builder method to add a peer listener through a factory. |
Configuration |
Configuration.cacheManagerPeerProviderFactory(FactoryConfiguration factory)
Builder method to add a peer provider through a factory. |
Configuration |
Configuration.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 | |
---|---|
static void |
AbstractNodeElement.addAllFactoryConfigsAsChildElements(NodeElement element,
String name,
Collection<? extends FactoryConfiguration> factoryConfigurations)
Helper method that adds all the FactoryConfiguration from the parameter as child elements by creating
FactoryConfigurationElement for 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 | |
---|---|
FactoryConfiguration<? extends FactoryConfiguration> |
FactoryConfigurationElement.getFactoryConfiguration()
Returns the FactoryConfiguration associated with this element |
Methods in net.sf.ehcache.config.generator.model.elements that return types with arguments of type FactoryConfiguration | |
---|---|
FactoryConfiguration<? extends FactoryConfiguration> |
FactoryConfigurationElement.getFactoryConfiguration()
Returns the FactoryConfiguration associated with this element |
Constructors in net.sf.ehcache.config.generator.model.elements with parameters of type FactoryConfiguration | |
---|---|
FactoryConfigurationElement(NodeElement parent,
String name,
FactoryConfiguration<? extends FactoryConfiguration> factoryConfiguration)
Constructor accepting the parent, the name and the FactoryConfiguration |
Constructor parameters in net.sf.ehcache.config.generator.model.elements with type arguments of type FactoryConfiguration | |
---|---|
FactoryConfigurationElement(NodeElement parent,
String name,
FactoryConfiguration<? extends FactoryConfiguration> factoryConfiguration)
Constructor accepting the parent, the name and the FactoryConfiguration |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |