Package org.jboss.as.weld.spi
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 TypeMethodDescriptionorg.jboss.msc.service.ServiceNameinstall(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
-