Interface ChannelServiceNameFactory

  • All Known Implementing Classes:
    ChannelServiceName

    public interface ChannelServiceNameFactory
    Factory for creating service names for channel-based services
    Author:
    Paul Ferraro
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String DEFAULT_CHANNEL
      The alias for the default channel.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.jboss.msc.service.ServiceName getServiceName()
      Returns an appropriate service name for the default channel
      org.jboss.msc.service.ServiceName getServiceName​(String name)
      Returns an appropriate service name for the specified channel
    • Method Detail

      • getServiceName

        org.jboss.msc.service.ServiceName getServiceName()
        Returns an appropriate service name for the default channel
        Returns:
      • getServiceName

        org.jboss.msc.service.ServiceName getServiceName​(String name)
        Returns an appropriate service name for the specified channel
        Parameters:
        name - the channel name
        Returns: