public interface DefaultableBinaryServiceNameFactoryProvider extends BinaryServiceNameFactoryProvider
ServiceName for a binary requirement
as well as a factory generating a ServiceName for a unary requirement.| Modifier and Type | Method and Description |
|---|---|
UnaryServiceNameFactory |
getDefaultServiceNameFactory()
The factory from which to generate a
ServiceName if the requested name is null. |
default org.jboss.msc.service.ServiceName |
getServiceName(org.jboss.as.controller.capability.CapabilityServiceSupport support,
String parent,
String child)
Creates a
ServiceName appropriate for the specified name. |
default org.jboss.msc.service.ServiceName |
getServiceName(org.jboss.as.controller.OperationContext context,
String parent,
String child)
Creates a
ServiceName appropriate for the specified name. |
getServiceNameFactoryUnaryServiceNameFactory getDefaultServiceNameFactory()
ServiceName if the requested name is null.default org.jboss.msc.service.ServiceName getServiceName(org.jboss.as.controller.OperationContext context,
String parent,
String child)
BinaryServiceNameFactoryServiceName appropriate for the specified name.getServiceName in interface BinaryServiceNameFactorygetServiceName in interface BinaryServiceNameFactoryProvidercontext - an operation contextparent - a parent resource namechild - a child resource nameServiceNamedefault org.jboss.msc.service.ServiceName getServiceName(org.jboss.as.controller.capability.CapabilityServiceSupport support,
String parent,
String child)
BinaryServiceNameFactoryServiceName appropriate for the specified name.getServiceName in interface BinaryServiceNameFactorygetServiceName in interface BinaryServiceNameFactoryProvidersupport - support for capability servicesparent - a parent resource namechild - a child resource nameServiceNameCopyright © 2019 JBoss by Red Hat. All rights reserved.