Class LegacyDistributableStatefulSessionBeanCacheProviderServiceConfigurator<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>
-
- org.jboss.as.ejb3.component.stateful.cache.distributable.LegacyDistributableStatefulSessionBeanCacheProviderServiceConfigurator<K,V>
-
- Type Parameters:
K- the bean identifier typeV- the bean instance type
- All Implemented Interfaces:
Consumer<SupplierDependency<BeanManagementProvider>>,ResourceServiceConfigurator,StatefulSessionBeanCacheProvider<K,V>,ServiceConfigurator,ServiceNameProvider
@Deprecated public class LegacyDistributableStatefulSessionBeanCacheProviderServiceConfigurator<K,V extends StatefulSessionBeanInstance<K>> extends AbstractDistributableStatefulSessionBeanCacheProviderServiceConfigurator<K,V>
Deprecated.A legacy distributable stateful session bean cache provider that does not use the distributable-ejb subsystem.- Author:
- Paul Ferraro
-
-
Field Summary
-
Fields inherited from class org.jboss.as.ejb3.component.stateful.cache.StatefulSessionBeanCacheProviderServiceNameProvider
BASE_CACHE_PROVIDER_SERVICE_NAME, DEFAULT_CACHE_SERVICE_NAME, DEFAULT_PASSIVATION_DISABLED_CACHE_SERVICE_NAME
-
-
Constructor Summary
Constructors Constructor Description LegacyDistributableStatefulSessionBeanCacheProviderServiceConfigurator(org.jboss.as.controller.PathAddress address, LegacyBeanManagementConfiguration config)Deprecated.
-
Method Summary
-
Methods inherited from class org.jboss.as.ejb3.component.stateful.cache.distributable.AbstractDistributableStatefulSessionBeanCacheProviderServiceConfigurator
accept, build, getDeploymentServiceConfigurators, getStatefulBeanCacheFactoryServiceConfigurator, supportsPassivation
-
Methods inherited from class org.wildfly.clustering.service.SimpleServiceNameProvider
equals, getServiceName, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.jboss.as.clustering.controller.ResourceServiceConfigurator
configure
-
Methods inherited from interface org.wildfly.clustering.service.ServiceNameProvider
getServiceName
-
-
-
-
Constructor Detail
-
LegacyDistributableStatefulSessionBeanCacheProviderServiceConfigurator
public LegacyDistributableStatefulSessionBeanCacheProviderServiceConfigurator(org.jboss.as.controller.PathAddress address, LegacyBeanManagementConfiguration config)Deprecated.
-
-