Interface ServerServiceInstallerProvider


public interface ServerServiceInstallerProvider
Installs any runtime services necessary to support distributable web applications on a given server. TODO Relocate this to an SPI module
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    org.wildfly.subsystem.service.ResourceServiceInstaller
     
  • Method Details

    • getServiceInstaller

      org.wildfly.subsystem.service.ResourceServiceInstaller getServiceInstaller(String serverName)