public interface UnaryServiceNameFactory
ServiceName for a unary requirement.| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.service.ServiceName |
getServiceName(org.jboss.as.controller.capability.CapabilityServiceSupport support,
String name)
Creates a
ServiceName appropriate for the specified name. |
org.jboss.msc.service.ServiceName |
getServiceName(org.jboss.as.controller.OperationContext context,
String name)
Creates a
ServiceName appropriate for the specified name. |
default org.jboss.msc.service.ServiceName |
getServiceName(org.jboss.as.controller.OperationContext context,
UnaryCapabilityNameResolver 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 name)
ServiceName appropriate for the specified name.context - an operation contextname - a potentially null nameServiceNameorg.jboss.msc.service.ServiceName getServiceName(org.jboss.as.controller.capability.CapabilityServiceSupport support,
String name)
ServiceName appropriate for the specified name.support - support for capability servicesname - a potentially null nameServiceNamedefault org.jboss.msc.service.ServiceName getServiceName(org.jboss.as.controller.OperationContext context,
UnaryCapabilityNameResolver resolver)
ServiceName appropriate for the address of the specified OperationContextcontext - an operation contextresolver - a capability name resolverServiceNameCopyright © 2020 JBoss by Red Hat. All rights reserved.