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