Class EmbeddedCacheManagerBean
java.lang.Object
org.wildfly.clustering.spring.context.AutoDestroyBean
org.wildfly.clustering.spring.context.infinispan.embedded.EmbeddedCacheManagerBean
- All Implemented Interfaces:
Consumer<Runnable>,org.springframework.beans.factory.Aware,org.springframework.beans.factory.DisposableBean,org.springframework.beans.factory.InitializingBean,org.springframework.context.ResourceLoaderAware,org.wildfly.clustering.cache.infinispan.BasicCacheContainerConfiguration,org.wildfly.clustering.cache.infinispan.embedded.EmbeddedCacheContainerConfiguration,org.wildfly.clustering.server.infinispan.ChannelEmbeddedCacheManagerGroupConfiguration,org.wildfly.clustering.server.infinispan.dispatcher.ChannelEmbeddedCacheManagerCommandDispatcherFactoryConfiguration,org.wildfly.clustering.server.infinispan.dispatcher.EmbeddedCacheManagerCommandDispatcherFactoryConfiguration<org.jgroups.Address,,org.wildfly.clustering.server.jgroups.ChannelGroupMember> org.wildfly.clustering.server.infinispan.EmbeddedCacheManagerGroupConfiguration<org.jgroups.Address,org.wildfly.clustering.server.jgroups.ChannelGroupMember>
public class EmbeddedCacheManagerBean
extends AutoDestroyBean
implements org.wildfly.clustering.server.infinispan.dispatcher.ChannelEmbeddedCacheManagerCommandDispatcherFactoryConfiguration, org.springframework.beans.factory.InitializingBean, org.springframework.context.ResourceLoaderAware
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidorg.infinispan.manager.EmbeddedCacheManagerorg.wildfly.clustering.server.group.GroupCommandDispatcherFactory<org.jgroups.Address, org.wildfly.clustering.server.jgroups.ChannelGroupMember> voidsetResourceLoader(org.springframework.core.io.ResourceLoader loader) Methods inherited from class org.wildfly.clustering.spring.context.AutoDestroyBean
accept, destroyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.server.infinispan.dispatcher.ChannelEmbeddedCacheManagerCommandDispatcherFactoryConfiguration
getAddressUnwrapper, getGroupMethods inherited from interface org.wildfly.clustering.server.infinispan.ChannelEmbeddedCacheManagerGroupConfiguration
getAddressWrapperMethods inherited from interface org.wildfly.clustering.cache.infinispan.embedded.EmbeddedCacheContainerConfiguration
getBlockingManager, getExecutor
-
Constructor Details
-
EmbeddedCacheManagerBean
-
-
Method Details
-
getCommandDispatcherFactory
public org.wildfly.clustering.server.group.GroupCommandDispatcherFactory<org.jgroups.Address,org.wildfly.clustering.server.jgroups.ChannelGroupMember> getCommandDispatcherFactory()- Specified by:
getCommandDispatcherFactoryin interfaceorg.wildfly.clustering.server.infinispan.dispatcher.EmbeddedCacheManagerCommandDispatcherFactoryConfiguration<org.jgroups.Address,org.wildfly.clustering.server.jgroups.ChannelGroupMember>
-
getCacheContainer
public org.infinispan.manager.EmbeddedCacheManager getCacheContainer()- Specified by:
getCacheContainerin interfaceorg.wildfly.clustering.cache.infinispan.BasicCacheContainerConfiguration- Specified by:
getCacheContainerin interfaceorg.wildfly.clustering.cache.infinispan.embedded.EmbeddedCacheContainerConfiguration
-
setResourceLoader
public void setResourceLoader(org.springframework.core.io.ResourceLoader loader) - Specified by:
setResourceLoaderin interfaceorg.springframework.context.ResourceLoaderAware
-
afterPropertiesSet
-