Class ClientMappingsRegistryEntryServiceConfigurator

  • All Implemented Interfaces:
    Supplier<Map.Entry<String,​List<org.jboss.as.network.ClientMapping>>>, org.jboss.as.clustering.controller.CapabilityServiceConfigurator, org.wildfly.clustering.service.ServiceConfigurator, org.wildfly.clustering.service.ServiceNameProvider

    public class ClientMappingsRegistryEntryServiceConfigurator
    extends org.wildfly.clustering.service.SimpleServiceNameProvider
    implements org.jboss.as.clustering.controller.CapabilityServiceConfigurator, Supplier<Map.Entry<String,​List<org.jboss.as.network.ClientMapping>>>
    Author:
    Paul Ferraro
    • 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)  
      org.wildfly.clustering.service.ServiceConfigurator configure​(org.jboss.as.controller.capability.CapabilityServiceSupport support)  
      Map.Entry<String,​List<org.jboss.as.network.ClientMapping>> get()  
      • Methods inherited from class org.wildfly.clustering.service.SimpleServiceNameProvider

        equals, getServiceName, hashCode, toString
      • Methods inherited from interface org.jboss.as.clustering.controller.CapabilityServiceConfigurator

        configure
      • Methods inherited from interface org.wildfly.clustering.service.ServiceNameProvider

        getServiceName
    • Constructor Detail

      • ClientMappingsRegistryEntryServiceConfigurator

        public ClientMappingsRegistryEntryServiceConfigurator​(String containerName,
                                                              String cacheName,
                                                              org.wildfly.clustering.service.SupplierDependency<List<org.jboss.as.network.ClientMapping>> clientMappings)
    • Method Detail

      • configure

        public org.wildfly.clustering.service.ServiceConfigurator configure​(org.jboss.as.controller.capability.CapabilityServiceSupport support)
        Specified by:
        configure in interface org.jboss.as.clustering.controller.CapabilityServiceConfigurator
      • build

        public org.jboss.msc.service.ServiceBuilder<?> build​(org.jboss.msc.service.ServiceTarget target)
        Specified by:
        build in interface org.wildfly.clustering.service.ServiceConfigurator