Class InfinispanBeanManagementServiceConfigurator
java.lang.Object
org.jboss.as.clustering.controller.CapabilityServiceNameProvider
org.wildfly.extension.clustering.ejb.BeanManagementServiceConfigurator
org.wildfly.extension.clustering.ejb.InfinispanBeanManagementServiceConfigurator
- All Implemented Interfaces:
Function<String,,BeanManagementProvider> Supplier<BeanManagementProvider>,ResourceServiceConfigurator,InfinispanCacheConfiguration,BeanManagementConfiguration,BeanPassivationConfiguration,InfinispanBeanManagementConfiguration,ServiceConfigurator,ServiceNameProvider
public class InfinispanBeanManagementServiceConfigurator
extends BeanManagementServiceConfigurator
implements InfinispanBeanManagementConfiguration
Service configurator for Infinispan bean management providers.
- Author:
- Paul Ferraro, Richard Achmatowicz
-
Constructor Summary
ConstructorsConstructorDescriptionInfinispanBeanManagementServiceConfigurator(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.wildfly.extension.clustering.ejb.BeanManagementServiceConfigurator
build, get, getMarshallerFactory, getMaxActiveBeansMethods inherited from class org.jboss.as.clustering.controller.CapabilityServiceNameProvider
getServiceNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.ejb.bean.BeanManagementConfiguration
getMarshallerFactoryMethods inherited from interface org.wildfly.clustering.ejb.bean.BeanPassivationConfiguration
getMaxActiveBeansMethods inherited from interface org.wildfly.clustering.service.ServiceNameProvider
getServiceName
-
Constructor Details
-
InfinispanBeanManagementServiceConfigurator
public InfinispanBeanManagementServiceConfigurator(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 - Specified by:
configurein interfaceResourceServiceConfigurator- Overrides:
configurein classBeanManagementServiceConfigurator- Throws:
org.jboss.as.controller.OperationFailedException
-
apply
- Specified by:
applyin interfaceFunction<String,BeanManagementProvider>
-
getContainerName
- Specified by:
getContainerNamein interfaceInfinispanCacheConfiguration
-
getCacheName
- Specified by:
getCacheNamein interfaceInfinispanCacheConfiguration
-