Class DistributableStatefulSessionBeanCacheProviderServiceConfigurator<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.DistributableStatefulSessionBeanCacheProviderServiceConfigurator<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
public class DistributableStatefulSessionBeanCacheProviderServiceConfigurator<K,V extends StatefulSessionBeanInstance<K>> extends AbstractDistributableStatefulSessionBeanCacheProviderServiceConfigurator<K,V>
Configures a service providing a distributable stateful session bean cache provider that uses capabilities provided by 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 DistributableStatefulSessionBeanCacheProviderServiceConfigurator(org.jboss.as.controller.PathAddress address)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceConfiguratorconfigure(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model)-
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.wildfly.clustering.service.ServiceNameProvider
getServiceName
-
-
-
-
Method Detail
-
configure
public ServiceConfigurator configure(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model) throws org.jboss.as.controller.OperationFailedException
- Throws:
org.jboss.as.controller.OperationFailedException
-
-