Interface BinaryServiceNameFactory
-
- All Known Subinterfaces:
BinaryServiceNameFactoryProvider,DefaultableBinaryServiceNameFactoryProvider
- All Known Implementing Classes:
BinaryRequirementServiceNameFactory
public interface BinaryServiceNameFactoryFactory for generating aServiceNamefor a binary requirement.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description org.jboss.msc.service.ServiceNamegetServiceName(org.jboss.as.controller.capability.CapabilityServiceSupport support, String parent, String child)Creates aServiceNameappropriate for the specified name.org.jboss.msc.service.ServiceNamegetServiceName(org.jboss.as.controller.OperationContext context, String parent, String child)Creates aServiceNameappropriate for the specified name.default org.jboss.msc.service.ServiceNamegetServiceName(org.jboss.as.controller.OperationContext context, BinaryCapabilityNameResolver resolver)Creates aServiceNameappropriate for the address of the specifiedOperationContext
-
-
-
Method Detail
-
getServiceName
org.jboss.msc.service.ServiceName getServiceName(org.jboss.as.controller.OperationContext context, String parent, String child)Creates aServiceNameappropriate for the specified name.- Parameters:
context- an operation contextparent- a parent resource namechild- a child resource name- Returns:
- a
ServiceName
-
getServiceName
org.jboss.msc.service.ServiceName getServiceName(org.jboss.as.controller.capability.CapabilityServiceSupport support, String parent, String child)Creates aServiceNameappropriate for the specified name.- Parameters:
support- support for capability servicesparent- a parent resource namechild- a child resource name- Returns:
- a
ServiceName
-
getServiceName
default org.jboss.msc.service.ServiceName getServiceName(org.jboss.as.controller.OperationContext context, BinaryCapabilityNameResolver resolver)Creates aServiceNameappropriate for the address of the specifiedOperationContext- Parameters:
context- an operation contextresolver- a capability name resolver- Returns:
- a
ServiceName
-
-