Interface InfinispanBeanManagerFactoryConfiguration<K,V extends BeanInstance<K>>
-
- Type Parameters:
K- the bean identifier typeV- the bean instance type
- All Superinterfaces:
BeanManagerFactoryConfiguration<K,V>,CacheConfiguration,InfinispanConfiguration
- All Known Implementing Classes:
InfinispanBeanManagerFactoryServiceConfigurator
public interface InfinispanBeanManagerFactoryConfiguration<K,V extends BeanInstance<K>> extends BeanManagerFactoryConfiguration<K,V>, InfinispanConfiguration
Encapsulates the configuration for anInfinispanBeanManagerFactory.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommandDispatcherFactorygetCommandDispatcherFactory()Group<org.infinispan.remoting.transport.Address>getGroup()KeyAffinityServiceFactorygetKeyAffinityServiceFactory()-
Methods inherited from interface org.wildfly.clustering.ejb.cache.bean.BeanManagerFactoryConfiguration
getBeanConfiguration, getBeanGroupManager, getPassivationConfiguration
-
Methods inherited from interface org.wildfly.clustering.ee.infinispan.InfinispanConfiguration
getBatcher, getBlockingManager, getCache, getCacheProperties, getReadForUpdateCache, getSilentWriteCache, getTryLockCache, getTryReadForUpdateCache, getWriteOnlyCache
-
-
-
-
Method Detail
-
getKeyAffinityServiceFactory
KeyAffinityServiceFactory getKeyAffinityServiceFactory()
-
getGroup
Group<org.infinispan.remoting.transport.Address> getGroup()
- Specified by:
getGroupin interfaceBeanManagerFactoryConfiguration<K,V extends BeanInstance<K>>
-
getCommandDispatcherFactory
CommandDispatcherFactory getCommandDispatcherFactory()
-
-