Interface DeploymentUnitDependenciesProvider


public interface DeploymentUnitDependenciesProvider
Allows to add service dependencies for a deployment unit.
Author:
Martin Kouba
  • Method Summary

    Modifier and Type
    Method
    Description
    Set<org.jboss.msc.service.ServiceName>
    getDependencies(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
     
  • Method Details

    • getDependencies

      Set<org.jboss.msc.service.ServiceName> getDependencies(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
      Parameters:
      deploymentUnit -
      Returns:
      the set of dependencies for the given deployment unit