Class BinaryRequirementServiceNameFactory
- java.lang.Object
-
- org.jboss.as.clustering.controller.BinaryRequirementServiceNameFactory
-
- All Implemented Interfaces:
BinaryServiceNameFactory
public class BinaryRequirementServiceNameFactory extends Object implements BinaryServiceNameFactory
Factory for generating aServiceNamefor aBinaryRequirement.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description BinaryRequirementServiceNameFactory(BinaryRequirement requirement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.msc.service.ServiceNamegetServiceName(org.jboss.as.controller.capability.CapabilityServiceSupport support, String parent, String child)Creates aServiceNameappropriate for the specified name.org.jboss.msc.service.ServiceNamegetServiceName(org.jboss.as.controller.OperationContext context, String parent, String child)Creates aServiceNameappropriate for the specified name.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.as.clustering.controller.BinaryServiceNameFactory
getServiceName
-
-
-
-
Constructor Detail
-
BinaryRequirementServiceNameFactory
public BinaryRequirementServiceNameFactory(BinaryRequirement requirement)
-
-
Method Detail
-
getServiceName
public org.jboss.msc.service.ServiceName getServiceName(org.jboss.as.controller.OperationContext context, String parent, String child)Description copied from interface:BinaryServiceNameFactoryCreates aServiceNameappropriate for the specified name.- Specified by:
getServiceNamein interfaceBinaryServiceNameFactory- Parameters:
context- an operation contextparent- a parent resource namechild- a child resource name- Returns:
- a
ServiceName
-
getServiceName
public org.jboss.msc.service.ServiceName getServiceName(org.jboss.as.controller.capability.CapabilityServiceSupport support, String parent, String child)Description copied from interface:BinaryServiceNameFactoryCreates aServiceNameappropriate for the specified name.- Specified by:
getServiceNamein interfaceBinaryServiceNameFactory- Parameters:
support- support for capability servicesparent- a parent resource namechild- a child resource name- Returns:
- a
ServiceName
-
-