Interface ChannelServiceNameFactory
-
- All Known Implementing Classes:
ChannelServiceName
public interface ChannelServiceNameFactoryFactory for creating service names for channel-based services- Author:
- Paul Ferraro
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_CHANNELThe alias for the default channel.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.jboss.msc.service.ServiceNamegetServiceName()Returns an appropriate service name for the default channelorg.jboss.msc.service.ServiceNamegetServiceName(String name)Returns an appropriate service name for the specified channel
-
-
-
Field Detail
-
DEFAULT_CHANNEL
static final String DEFAULT_CHANNEL
The alias for the default channel.- See Also:
- Constant Field Values
-
-
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:
-
-