Class BeanManagementServiceConfigurator
- java.lang.Object
-
- org.jboss.as.clustering.controller.CapabilityServiceNameProvider
-
- org.wildfly.extension.clustering.ejb.BeanManagementServiceConfigurator
-
- All Implemented Interfaces:
Function<String,BeanManagementProvider>,Supplier<BeanManagementProvider>,ResourceServiceConfigurator,BeanManagementConfiguration,BeanPassivationConfiguration,ServiceConfigurator,ServiceNameProvider
- Direct Known Subclasses:
InfinispanBeanManagementServiceConfigurator
public abstract class BeanManagementServiceConfigurator extends CapabilityServiceNameProvider implements ResourceServiceConfigurator, Supplier<BeanManagementProvider>, Function<String,BeanManagementProvider>, BeanManagementConfiguration
Common service configurator for bean management services.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description BeanManagementServiceConfigurator(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()Function<BeanDeploymentMarshallingContext,ByteBufferMarshaller>getMarshallerFactory()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>
-
getMaxActiveBeans
public Integer getMaxActiveBeans()
- Specified by:
getMaxActiveBeansin interfaceBeanPassivationConfiguration
-
getMarshallerFactory
public Function<BeanDeploymentMarshallingContext,ByteBufferMarshaller> getMarshallerFactory()
- Specified by:
getMarshallerFactoryin interfaceBeanManagementConfiguration
-
-