Class ServicesAttachment

java.lang.Object
org.jboss.as.server.deployment.ServicesAttachment

public final class ServicesAttachment extends Object
An attachment holding the names of services detected in the deployment unit.
Author:
David M. Lloyd
  • Method Details

    • getServiceImplementations

      public List<String> getServiceImplementations(String serviceTypeName)
      Get the service implementations for a given type name.
      Parameters:
      serviceTypeName - the type name
      Returns:
      the possibly empty list of services