|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FactoryConfiguration | |
---|---|
net.sf.ehcache.config | This package contains the cache configuration code. |
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.CacheEventListenerFactoryConfiguration
Configuration for the CachePeerListenerFactoryConfiguration. |
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. |
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 | |
---|---|
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 | |
---|---|
void |
Configuration.addCacheManagerEventListenerFactory(FactoryConfiguration cacheManagerEventListenerFactoryConfiguration)
Allows BeanHandler to add the CacheManagerEventListener to the configuration. |
void |
Configuration.addCacheManagerPeerListenerFactory(FactoryConfiguration factory)
Adds a CachePeerProviderFactoryConfiguration. |
void |
Configuration.addCacheManagerPeerProviderFactory(FactoryConfiguration factory)
Adds a CachePeerProviderFactoryConfiguration. |
void |
Configuration.addTransactionManagerLookup(FactoryConfiguration transactionManagerLookupParameter)
Allows BeanHandler to add transaction manager lookup to the configuration. |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |