Interface BootstrapDependencyInstaller


public interface BootstrapDependencyInstaller
Allows to install a Weld Service as a MSC Service.

The service installed is later added as a dependency of the Weld bootstrap service.

Author:
Martin Kouba
  • Method Summary

    Modifier and Type
    Method
    Description
    org.jboss.msc.service.ServiceName
    install(org.jboss.msc.service.ServiceTarget serviceTarget, org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, boolean jtsEnabled)
     
  • Method Details

    • install

      org.jboss.msc.service.ServiceName install(org.jboss.msc.service.ServiceTarget serviceTarget, org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, boolean jtsEnabled)
      Parameters:
      serviceTarget -
      deploymentUnit -
      jtsEnabled -
      Returns:
      the service name