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
|
Modifier and Type | Class and Description |
---|---|
class |
FactoryConfiguration<T extends FactoryConfiguration>
A class to represent the CacheManagerEventListener configuration.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
static FactoryConfiguration |
Configuration.DEFAULT_TRANSACTION_MANAGER_LOOKUP_CONFIG
Default transactionManagerLookupConfiguration
|
Modifier and Type | Method and Description |
---|---|
FactoryConfiguration |
Configuration.getCacheManagerEventListenerFactoryConfiguration()
Gets the CacheManagerEventListener factory configuration.
|
FactoryConfiguration |
Configuration.getTransactionManagerLookupConfiguration()
Gets the transaction manager lookup configuration.
|
Modifier and Type | Method and Description |
---|---|
List<FactoryConfiguration> |
Configuration.getCacheManagerPeerListenerFactoryConfigurations()
Gets the CacheManagerPeerListener factory configuration.
|
List<FactoryConfiguration> |
Configuration.getCacheManagerPeerProviderFactoryConfiguration()
Gets the CacheManagerPeerProvider factory configuration.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 |
static List<FactoryConfigurationElement> |
AbstractNodeElement.getAllFactoryElements(NodeElement parent,
String name,
Collection<? extends FactoryConfiguration> factoryConfigurations)
Helper method that creates
FactoryConfigurationElement 's from a collection of FactoryConfiguration 's |
Modifier and Type | Method and Description |
---|---|
FactoryConfiguration<? extends FactoryConfiguration> |
FactoryConfigurationElement.getFactoryConfiguration()
Returns the
FactoryConfiguration associated with this element |
Modifier and Type | Method and Description |
---|---|
FactoryConfiguration<? extends FactoryConfiguration> |
FactoryConfigurationElement.getFactoryConfiguration()
Returns the
FactoryConfiguration associated with this element |
Constructor and Description |
---|
FactoryConfigurationElement(NodeElement parent,
String name,
FactoryConfiguration<? extends FactoryConfiguration> factoryConfiguration)
Constructor accepting the parent, the name and the
FactoryConfiguration |
Constructor and Description |
---|
FactoryConfigurationElement(NodeElement parent,
String name,
FactoryConfiguration<? extends FactoryConfiguration> factoryConfiguration)
Constructor accepting the parent, the name and the
FactoryConfiguration |
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.