Class SessionManagerFactoryServiceConfigurator

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

    public class SessionManagerFactoryServiceConfigurator
    extends org.wildfly.clustering.service.SimpleServiceNameProvider
    implements org.jboss.as.clustering.controller.CapabilityServiceConfigurator
    Configures a service providing a SessionManagerFactory.
    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

      • SessionManagerFactoryServiceConfigurator

        public SessionManagerFactoryServiceConfigurator​(org.jboss.msc.service.ServiceName name,
                                                        Supplier<io.undertow.servlet.api.SessionManagerFactory> provider)
    • 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