Class FunctionalRegistryFactoryServiceConfigurator<K,​V>

  • All Implemented Interfaces:
    BiFunction<Map.Entry<K,​V>,​Runnable,​org.wildfly.clustering.registry.Registry<K,​V>>, org.jboss.as.clustering.controller.CapabilityServiceConfigurator, org.wildfly.clustering.service.Dependency, org.wildfly.clustering.service.ServiceConfigurator, org.wildfly.clustering.service.ServiceNameProvider
    Direct Known Subclasses:
    CacheRegistryFactoryServiceConfigurator, LocalRegistryFactoryServiceConfigurator

    public abstract class FunctionalRegistryFactoryServiceConfigurator<K,​V>
    extends org.wildfly.clustering.service.SimpleServiceNameProvider
    implements org.jboss.as.clustering.controller.CapabilityServiceConfigurator, BiFunction<Map.Entry<K,​V>,​Runnable,​org.wildfly.clustering.registry.Registry<K,​V>>, org.wildfly.clustering.service.Dependency
    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)  
      • Methods inherited from class org.wildfly.clustering.service.SimpleServiceNameProvider

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

        configure, configure
      • Methods inherited from interface org.wildfly.clustering.service.Dependency

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

        getServiceName
    • Constructor Detail

      • FunctionalRegistryFactoryServiceConfigurator

        public FunctionalRegistryFactoryServiceConfigurator​(org.jboss.msc.service.ServiceName name)
    • Method Detail

      • build

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