Interface ServiceNameRegistry<R extends Requirement>


  • @Deprecated(forRemoval=true)
    public interface ServiceNameRegistry<R extends Requirement>
    Deprecated, for removal: This API element is subject to removal in a future version.
    To be removed without replacement.
    Registry of services names for a set of requirements.
    Author:
    Paul Ferraro
    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      org.jboss.msc.service.ServiceName getServiceName​(R requirement)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns the service name for the specified requirement
    • Method Detail

      • getServiceName

        org.jboss.msc.service.ServiceName getServiceName​(R requirement)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Returns the service name for the specified requirement
        Parameters:
        requirement - a requirement
        Returns:
        a service name.