Class InfinispanClientMappingsRegistryProviderServiceConfigurator
- java.lang.Object
-
- org.jboss.as.clustering.controller.CapabilityServiceNameProvider
-
- org.wildfly.extension.clustering.ejb.ClientMappingsRegistryProviderServiceConfigurator
-
- org.wildfly.extension.clustering.ejb.InfinispanClientMappingsRegistryProviderServiceConfigurator
-
- All Implemented Interfaces:
Supplier<org.wildfly.clustering.ejb.ClientMappingsRegistryProvider>,org.jboss.as.clustering.controller.ResourceServiceConfigurator,org.wildfly.clustering.service.ServiceConfigurator,org.wildfly.clustering.service.ServiceNameProvider
public class InfinispanClientMappingsRegistryProviderServiceConfigurator extends ClientMappingsRegistryProviderServiceConfigurator
Service configurator for Infinispan-based distributed client mappings registry provider.- Author:
- Paul Ferraro, Richard Achmatowicz
-
-
Constructor Summary
Constructors Constructor Description InfinispanClientMappingsRegistryProviderServiceConfigurator(org.jboss.as.controller.PathAddress address)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.wildfly.clustering.service.ServiceConfiguratorconfigure(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model)org.wildfly.clustering.ejb.ClientMappingsRegistryProviderget()-
Methods inherited from class org.wildfly.extension.clustering.ejb.ClientMappingsRegistryProviderServiceConfigurator
build
-
Methods inherited from class org.jboss.as.clustering.controller.CapabilityServiceNameProvider
getServiceName
-
-
-
-
Method Detail
-
configure
public org.wildfly.clustering.service.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
-
get
public org.wildfly.clustering.ejb.ClientMappingsRegistryProvider get()
-
-