Interface BinaryServiceNameFactory
- All Known Subinterfaces:
BinaryServiceNameFactoryProvider,DefaultableBinaryServiceNameFactoryProvider
- All Known Implementing Classes:
BinaryRequirementServiceNameFactory
public interface BinaryServiceNameFactory
Factory for generating a
ServiceName for a binary requirement.- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionorg.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, org.jboss.as.controller.capability.BinaryCapabilityNameResolver resolver) Creates aServiceNameappropriate for the address of the specifiedOperationContext
-
Method Details
-
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, org.jboss.as.controller.capability.BinaryCapabilityNameResolver resolver) Creates aServiceNameappropriate for the address of the specifiedOperationContext- Parameters:
context- an operation contextresolver- a capability name resolver- Returns:
- a
ServiceName
-