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
ConstructorsConstructorDescriptionDistributableStatefulSessionBeanCacheProviderServiceConfigurator(org.jboss.as.controller.PathAddress address) -
Method Summary
Modifier and TypeMethodDescriptionconfigure(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, supportsPassivationMethods inherited from class org.wildfly.clustering.service.SimpleServiceNameProvider
equals, getServiceName, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.wildfly.clustering.service.ServiceNameProvider
getServiceName
-
Constructor Details
-
DistributableStatefulSessionBeanCacheProviderServiceConfigurator
public DistributableStatefulSessionBeanCacheProviderServiceConfigurator(org.jboss.as.controller.PathAddress address)
-
-
Method Details
-
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
-