Class AbstractDistributableStatefulSessionBeanCacheProviderServiceConfigurator<K,V extends StatefulSessionBeanInstance<K>>

java.lang.Object
org.wildfly.clustering.service.SimpleServiceNameProvider
org.jboss.as.ejb3.component.stateful.cache.StatefulSessionBeanCacheProviderServiceNameProvider
org.jboss.as.ejb3.component.stateful.cache.distributable.AbstractDistributableStatefulSessionBeanCacheProviderServiceConfigurator<K,V>
Type Parameters:
K - the bean identifier type
V - the bean instance type
All Implemented Interfaces:
Consumer<SupplierDependency<BeanManagementProvider>>, ResourceServiceConfigurator, StatefulSessionBeanCacheProvider<K,V>, ServiceConfigurator, ServiceNameProvider
Direct Known Subclasses:
DistributableStatefulSessionBeanCacheProviderServiceConfigurator, LegacyDistributableStatefulSessionBeanCacheProviderServiceConfigurator

public abstract class AbstractDistributableStatefulSessionBeanCacheProviderServiceConfigurator<K,V extends StatefulSessionBeanInstance<K>> extends StatefulSessionBeanCacheProviderServiceNameProvider implements ResourceServiceConfigurator, StatefulSessionBeanCacheProvider<K,V>, Consumer<SupplierDependency<BeanManagementProvider>>
Configures a service providing a distributable stateful session bean cache provider.
Author:
Paul Ferraro