Interface ServiceNameRegistry<R extends Requirement>


  • @Deprecated
    public interface ServiceNameRegistry<R extends Requirement>
    Deprecated.
    Registry of services names for a set of requirements.
    Author:
    Paul Ferraro
    • Method Detail

      • getServiceName

        org.jboss.msc.service.ServiceName getServiceName​(R requirement)
        Deprecated.
        Returns the service name for the specified requirement
        Parameters:
        requirement - a requirement
        Returns:
        a service name.