Interface DistributableServerServiceInstallerFactory


public interface DistributableServerServiceInstallerFactory
Installs any runtime services necessary to support distributable web applications on a given server.
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    org.wildfly.subsystem.service.ResourceServiceInstaller
    getServiceInstaller(org.jboss.as.controller.OperationContext context, String serverName)
     
  • Method Details

    • getServiceInstaller

      org.wildfly.subsystem.service.ResourceServiceInstaller getServiceInstaller(org.jboss.as.controller.OperationContext context, String serverName)