public class UnaryRequirementServiceNameFactory extends Object implements UnaryServiceNameFactory
ServiceName
for a UnaryRequirement
.Constructor and Description |
---|
UnaryRequirementServiceNameFactory(UnaryRequirement 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. |
public UnaryRequirementServiceNameFactory(UnaryRequirement requirement)
public 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
public 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 © 2018 JBoss by Red Hat. All rights reserved.