Class ClientMappingsRegistryProviderServiceConfigurator
- java.lang.Object
-
- org.jboss.as.clustering.controller.CapabilityServiceNameProvider
-
- org.wildfly.extension.clustering.ejb.ClientMappingsRegistryProviderServiceConfigurator
-
- 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
- Direct Known Subclasses:
InfinispanClientMappingsRegistryProviderServiceConfigurator,LocalClientMappingsRegistryProviderServiceConfigurator
public abstract class ClientMappingsRegistryProviderServiceConfigurator extends org.jboss.as.clustering.controller.CapabilityServiceNameProvider implements org.jboss.as.clustering.controller.ResourceServiceConfigurator, Supplier<org.wildfly.clustering.ejb.ClientMappingsRegistryProvider>
Base class service configurator for client mappings registry providers.- Author:
- Paul Ferraro, Richard Achmatowicz
-
-
Constructor Summary
Constructors Constructor Description ClientMappingsRegistryProviderServiceConfigurator(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)-
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
-
-