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. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetServiceNamepublic UnaryRequirementServiceNameFactory(UnaryRequirement requirement)
public org.jboss.msc.service.ServiceName getServiceName(org.jboss.as.controller.OperationContext context,
String name)
UnaryServiceNameFactoryServiceName appropriate for the specified name.getServiceName in interface UnaryServiceNameFactorycontext - an operation contextname - a potentially null nameServiceNamepublic org.jboss.msc.service.ServiceName getServiceName(org.jboss.as.controller.capability.CapabilityServiceSupport support,
String name)
UnaryServiceNameFactoryServiceName appropriate for the specified name.getServiceName in interface UnaryServiceNameFactorysupport - support for capability servicesname - a potentially null nameServiceNameCopyright © 2019 JBoss by Red Hat. All rights reserved.