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 Details

    • RequirementServiceNameFactory

      public RequirementServiceNameFactory(Requirement requirement)
  • Method Details

    • getServiceName

      public org.jboss.msc.service.ServiceName getServiceName(org.jboss.as.controller.OperationContext context)
      Description copied from interface: ServiceNameFactory
      Creates a ServiceName appropriate for the specified name.
      Specified by:
      getServiceName in interface ServiceNameFactory
      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: ServiceNameFactory
      Creates a ServiceName appropriate for the specified name.
      Specified by:
      getServiceName in interface ServiceNameFactory
      Parameters:
      support - support for capability services
      Returns:
      a ServiceName