public interface BinaryServiceNameFactory
ServiceName for a binary requirement.| Modifier and Type | Method and Description |
|---|---|
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,
BinaryCapabilityNameResolver resolver)
Creates a
ServiceName appropriate for the address of the specified OperationContext |
org.jboss.msc.service.ServiceName |
getServiceName(org.jboss.as.controller.OperationContext context,
String parent,
String child)
Creates a
ServiceName appropriate for the specified name. |
org.jboss.msc.service.ServiceName getServiceName(org.jboss.as.controller.OperationContext context,
String parent,
String child)
ServiceName appropriate for the specified name.context - an operation contextparent - a parent resource namechild - a child resource nameServiceNameorg.jboss.msc.service.ServiceName getServiceName(org.jboss.as.controller.capability.CapabilityServiceSupport support,
String parent,
String child)
ServiceName appropriate for the specified name.support - support for capability servicesparent - a parent resource namechild - a child resource nameServiceNamedefault org.jboss.msc.service.ServiceName getServiceName(org.jboss.as.controller.OperationContext context,
BinaryCapabilityNameResolver resolver)
ServiceName appropriate for the address of the specified OperationContextcontext - an operation contextresolver - a capability name resolverServiceNameCopyright © 2019 JBoss by Red Hat. All rights reserved.