public class BatchServiceNames extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.msc.service.ServiceName |
BASE_BATCH_THREAD_POOL_NAME
The default service name fo the thread-pool
|
| Constructor and Description |
|---|
BatchServiceNames() |
| Modifier and Type | Method and 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(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 |
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.
|
public static final org.jboss.msc.service.ServiceName BASE_BATCH_THREAD_POOL_NAME
public static org.jboss.msc.service.ServiceName batchEnvironmentServiceName(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
deploymentUnit - the deployment unit to create the service name forpublic static org.jboss.msc.service.ServiceName batchArtifactFactoryServiceName(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
deploymentUnit - the deployment unit to create the service name forpublic static org.jboss.msc.service.ServiceName beanManagerServiceName(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
deploymentUnit - the deployment unit to create the service name forpublic static org.jboss.msc.service.ServiceName jobOperatorServiceName(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
deploymentUnit - the deployment unit where the operator is to be registeredpublic static org.jboss.msc.service.ServiceName jobOperatorServiceName(String deploymentRuntimeName)
deploymentRuntimeName - the runtime name for the deploymentpublic static org.jboss.msc.service.ServiceName jobOperatorServiceName(String deploymentRuntimeName, String subdeploymentName)
deploymentRuntimeName - the runtime name for the deploymentsubdeploymentName - the name of the subdeploymentCopyright © 2022 JBoss by Red Hat. All rights reserved.