Class LocalRouteServiceConfigurator

  • All Implemented Interfaces:
    org.jboss.as.clustering.controller.CapabilityServiceConfigurator, org.wildfly.clustering.service.ServiceConfigurator, org.wildfly.clustering.service.ServiceNameProvider

    public class LocalRouteServiceConfigurator
    extends org.wildfly.clustering.service.SimpleServiceNameProvider
    implements org.jboss.as.clustering.controller.CapabilityServiceConfigurator
    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.ServiceNameProvider

        getServiceName
    • Constructor Detail

      • LocalRouteServiceConfigurator

        public LocalRouteServiceConfigurator​(String serverName,
                                             org.wildfly.clustering.service.SupplierDependency<String> route)
    • Method Detail

      • build

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