Class RequirementServiceNameFactory
- java.lang.Object
-
- org.jboss.as.clustering.controller.RequirementServiceNameFactory
-
- All Implemented Interfaces:
ServiceNameFactory
public class RequirementServiceNameFactory extends Object implements ServiceNameFactory
- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description RequirementServiceNameFactory(Requirement 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)Creates aServiceNameappropriate for the specified name.org.jboss.msc.service.ServiceNamegetServiceName(org.jboss.as.controller.OperationContext context)Creates aServiceNameappropriate for the specified name.
-
-
-
Constructor Detail
-
RequirementServiceNameFactory
public RequirementServiceNameFactory(Requirement requirement)
-
-
Method Detail
-
getServiceName
public org.jboss.msc.service.ServiceName getServiceName(org.jboss.as.controller.OperationContext context)
Description copied from interface:ServiceNameFactoryCreates aServiceNameappropriate for the specified name.- Specified by:
getServiceNamein interfaceServiceNameFactory- Parameters:
context- an operation context- Returns:
- a
ServiceName
-
getServiceName
public org.jboss.msc.service.ServiceName getServiceName(org.jboss.as.controller.capability.CapabilityServiceSupport support)
Description copied from interface:ServiceNameFactoryCreates aServiceNameappropriate for the specified name.- Specified by:
getServiceNamein interfaceServiceNameFactory- Parameters:
support- support for capability services- Returns:
- a
ServiceName
-
-