Class BatchServiceNames

java.lang.Object
org.wildfly.extension.batch.jberet.BatchServiceNames

public class BatchServiceNames extends Object
Service names for the batch subsystem.
Author:
James R. Perkins
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.jboss.msc.service.ServiceName
    The default service name fo the thread-pool
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.jboss.msc.service.ServiceName
    batchArtifactFactoryServiceName(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
    Creates a service name for the artifact factory service.
    static org.jboss.msc.service.ServiceName
    batchEnvironmentServiceName(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
    Creates a service name for the batch environment service.
    static org.jboss.msc.service.ServiceName
    beanManagerServiceName(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
    Creates the service name used for the bean manager on the deployment.
    static org.jboss.msc.service.ServiceName
    jobOperatorServiceName(String deploymentRuntimeName)
    Creates the service name used for the job operator registered for the deployment.
    static org.jboss.msc.service.ServiceName
    jobOperatorServiceName(String deploymentRuntimeName, String subdeploymentName)
    Creates the service name used for the job operator registered for the deployment.
    static org.jboss.msc.service.ServiceName
    jobOperatorServiceName(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
    Creates the service name used for the job operator registered for the deployment.
    static org.jboss.msc.service.ServiceName
    requestControllerServiceName(org.jboss.as.controller.capability.CapabilityServiceSupport serviceSupport)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • BASE_BATCH_THREAD_POOL_NAME

      public static final org.jboss.msc.service.ServiceName BASE_BATCH_THREAD_POOL_NAME
      The default service name fo the thread-pool
    • REQUEST_CONTROLLER_CAPABILITY

      public static final String REQUEST_CONTROLLER_CAPABILITY
      See Also:
  • Constructor Details

    • BatchServiceNames

      public BatchServiceNames()
  • Method Details

    • batchEnvironmentServiceName

      public static org.jboss.msc.service.ServiceName batchEnvironmentServiceName(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
      Creates a service name for the batch environment service.
      Parameters:
      deploymentUnit - the deployment unit to create the service name for
      Returns:
      the service name
    • batchArtifactFactoryServiceName

      public static org.jboss.msc.service.ServiceName batchArtifactFactoryServiceName(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
      Creates a service name for the artifact factory service.
      Parameters:
      deploymentUnit - the deployment unit to create the service name for
      Returns:
      the service name
    • beanManagerServiceName

      public static org.jboss.msc.service.ServiceName beanManagerServiceName(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
      Creates the service name used for the bean manager on the deployment.
      Parameters:
      deploymentUnit - the deployment unit to create the service name for
      Returns:
      the service name
    • jobOperatorServiceName

      public static org.jboss.msc.service.ServiceName jobOperatorServiceName(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
      Creates the service name used for the job operator registered for the deployment.
      Parameters:
      deploymentUnit - the deployment unit where the operator is to be registered
      Returns:
      the service name
    • jobOperatorServiceName

      public static org.jboss.msc.service.ServiceName jobOperatorServiceName(String deploymentRuntimeName)
      Creates the service name used for the job operator registered for the deployment.
      Parameters:
      deploymentRuntimeName - the runtime name for the deployment
      Returns:
      the service name
    • jobOperatorServiceName

      public static org.jboss.msc.service.ServiceName jobOperatorServiceName(String deploymentRuntimeName, String subdeploymentName)
      Creates the service name used for the job operator registered for the deployment.
      Parameters:
      deploymentRuntimeName - the runtime name for the deployment
      subdeploymentName - the name of the subdeployment
      Returns:
      the service name
    • requestControllerServiceName

      public static org.jboss.msc.service.ServiceName requestControllerServiceName(org.jboss.as.controller.capability.CapabilityServiceSupport serviceSupport)