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
Constructors Constructor Description InfinispanBeanManagementServiceConfigurator(org.jboss.as.controller.PathAddress address)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BeanManagementProviderapply(String name)ServiceConfiguratorconfigure(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model)StringgetCacheName()StringgetContainerName()-
Methods inherited from class org.wildfly.extension.clustering.ejb.BeanManagementServiceConfigurator
build, get, getMarshallerFactory, getMaxActiveBeans
-
Methods inherited from class org.jboss.as.clustering.controller.CapabilityServiceNameProvider
getServiceName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.wildfly.clustering.ejb.bean.BeanManagementConfiguration
getMarshallerFactory
-
Methods inherited from interface org.wildfly.clustering.ejb.bean.BeanPassivationConfiguration
getMaxActiveBeans
-
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
- Specified by:
configurein interfaceResourceServiceConfigurator- Overrides:
configurein classBeanManagementServiceConfigurator- Throws:
org.jboss.as.controller.OperationFailedException
-
apply
public BeanManagementProvider apply(String name)
- Specified by:
applyin interfaceFunction<String,BeanManagementProvider>
-
getContainerName
public String getContainerName()
- Specified by:
getContainerNamein interfaceInfinispanCacheConfiguration
-
getCacheName
public String getCacheName()
- Specified by:
getCacheNamein interfaceInfinispanCacheConfiguration
-
-