Class LocalCacheGroupServiceConfigurator

  • All Implemented Interfaces:
    Function<org.jboss.as.server.ServerEnvironment,​org.wildfly.clustering.group.Group>, org.jboss.as.clustering.controller.CapabilityServiceConfigurator, org.wildfly.clustering.service.ServiceConfigurator, org.wildfly.clustering.service.ServiceNameProvider

    public class LocalCacheGroupServiceConfigurator
    extends AbstractLocalGroupServiceConfigurator
    Builds a non-clustered cache Group service.
    Author:
    Paul Ferraro
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.wildfly.clustering.group.Group apply​(org.jboss.as.server.ServerEnvironment environment)  
      • 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

      • LocalCacheGroupServiceConfigurator

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

      • apply

        public org.wildfly.clustering.group.Group apply​(org.jboss.as.server.ServerEnvironment environment)