public interface UnaryServiceNameFactoryProvider extends UnaryServiceNameFactory
ServiceName
for a unary requirement.Modifier and Type | Method and Description |
---|---|
default org.jboss.msc.service.ServiceName |
getServiceName(org.jboss.as.controller.capability.CapabilityServiceSupport support,
String name)
Creates a
ServiceName appropriate for the specified name. |
default org.jboss.msc.service.ServiceName |
getServiceName(org.jboss.as.controller.OperationContext context,
String name)
Creates a
ServiceName appropriate for the specified name. |
UnaryServiceNameFactory |
getServiceNameFactory() |
UnaryServiceNameFactory getServiceNameFactory()
default org.jboss.msc.service.ServiceName getServiceName(org.jboss.as.controller.OperationContext context, String name)
UnaryServiceNameFactory
ServiceName
appropriate for the specified name.getServiceName
in interface UnaryServiceNameFactory
context
- an operation contextname
- a potentially null nameServiceName
default org.jboss.msc.service.ServiceName getServiceName(org.jboss.as.controller.capability.CapabilityServiceSupport support, String name)
UnaryServiceNameFactory
ServiceName
appropriate for the specified name.getServiceName
in interface UnaryServiceNameFactory
support
- support for capability servicesname
- a potentially null nameServiceName
Copyright © 2016 JBoss by Red Hat. All rights reserved.