public class RequirementServiceNameFactory extends Object implements ServiceNameFactory
Constructor and Description |
---|
RequirementServiceNameFactory(Requirement requirement) |
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.service.ServiceName |
getServiceName(org.jboss.as.controller.capability.CapabilityServiceSupport support)
Creates a
ServiceName appropriate for the specified name. |
org.jboss.msc.service.ServiceName |
getServiceName(org.jboss.as.controller.OperationContext context)
Creates a
ServiceName appropriate for the specified name. |
public RequirementServiceNameFactory(Requirement requirement)
public org.jboss.msc.service.ServiceName getServiceName(org.jboss.as.controller.OperationContext context)
ServiceNameFactory
ServiceName
appropriate for the specified name.getServiceName
in interface ServiceNameFactory
context
- an operation contextServiceName
public org.jboss.msc.service.ServiceName getServiceName(org.jboss.as.controller.capability.CapabilityServiceSupport support)
ServiceNameFactory
ServiceName
appropriate for the specified name.getServiceName
in interface ServiceNameFactory
support
- support for capability servicesServiceName
Copyright © 2018 JBoss by Red Hat. All rights reserved.