Interface ServiceNameFactory
-
- All Known Subinterfaces:
ServiceNameFactoryProvider
- All Known Implementing Classes:
CommonRequirement,RequirementServiceNameFactory
public interface ServiceNameFactoryFactory for generating aServiceNamefor a requirement.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.jboss.msc.service.ServiceNamegetServiceName(org.jboss.as.controller.capability.CapabilityServiceSupport support)Creates aServiceNameappropriate for the specified name.org.jboss.msc.service.ServiceNamegetServiceName(org.jboss.as.controller.OperationContext context)Creates aServiceNameappropriate for the specified name.
-
-
-
Method Detail
-
getServiceName
org.jboss.msc.service.ServiceName getServiceName(org.jboss.as.controller.OperationContext context)
Creates aServiceNameappropriate for the specified name.- Parameters:
context- an operation contextname- a potentially null name- Returns:
- a
ServiceName
-
getServiceName
org.jboss.msc.service.ServiceName getServiceName(org.jboss.as.controller.capability.CapabilityServiceSupport support)
Creates aServiceNameappropriate for the specified name.- Parameters:
support- support for capability servicesname- a potentially null name- Returns:
- a
ServiceName
-
-