Class InfinispanBeanManagementServiceConfigurator
- java.lang.Object
-
- org.jboss.as.clustering.controller.CapabilityServiceNameProvider
-
- org.wildfly.extension.clustering.ejb.InfinispanBeanManagementServiceConfigurator
-
- All Implemented Interfaces:
Supplier<BeanManagementProvider>,ResourceServiceConfigurator,BeanManagerFactoryServiceConfiguratorConfiguration,BeanPassivationConfiguration,ServiceConfigurator,ServiceNameProvider
public class InfinispanBeanManagementServiceConfigurator extends CapabilityServiceNameProvider implements ResourceServiceConfigurator, Supplier<BeanManagementProvider>, BeanManagerFactoryServiceConfiguratorConfiguration
Service configurator for Infinispan bean management providers.- Author:
- Paul Ferraro, Richard Achmatowicz
-
-
Field Summary
-
Fields inherited from interface org.wildfly.clustering.ejb.BeanManagerFactoryServiceConfiguratorConfiguration
DEFAULT_CONTAINER_NAME
-
-
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 org.jboss.msc.service.ServiceBuilder<?>build(org.jboss.msc.service.ServiceTarget target)ServiceConfiguratorconfigure(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model)BeanManagementProviderget()StringgetCacheName()StringgetContainerName()IntegergetMaxActiveBeans()-
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.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- Throws:
org.jboss.as.controller.OperationFailedException
-
build
public org.jboss.msc.service.ServiceBuilder<?> build(org.jboss.msc.service.ServiceTarget target)
- Specified by:
buildin interfaceServiceConfigurator
-
get
public BeanManagementProvider get()
- Specified by:
getin interfaceSupplier<BeanManagementProvider>
-
getContainerName
public String getContainerName()
- Specified by:
getContainerNamein interfaceBeanManagerFactoryServiceConfiguratorConfiguration
-
getCacheName
public String getCacheName()
- Specified by:
getCacheNamein interfaceBeanManagerFactoryServiceConfiguratorConfiguration
-
getMaxActiveBeans
public Integer getMaxActiveBeans()
- Specified by:
getMaxActiveBeansin interfaceBeanPassivationConfiguration
-
-