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
|
static org.jboss.msc.service.ServiceName |
BATCH_THREAD_POOL_NAME
The defined name for the thread-pool, e.g.
|
Constructor and Description |
---|
BatchServiceNames() |
Modifier and Type | Method and Description |
---|---|
static org.jboss.msc.service.ServiceName |
batchDeploymentServiceName(DeploymentUnit deploymentUnit)
Creates a service name for the deployment unit to define the service.
|
static org.jboss.msc.service.ServiceName |
beanManagerServiceName(DeploymentUnit deploymentUnit)
Creates the service name used for the bean manager on the deployment.
|
public static final org.jboss.msc.service.ServiceName BASE_BATCH_THREAD_POOL_NAME
public static final org.jboss.msc.service.ServiceName BATCH_THREAD_POOL_NAME
public static org.jboss.msc.service.ServiceName batchDeploymentServiceName(DeploymentUnit deploymentUnit)
deploymentUnit
- the deployment unit to create the service name forpublic static org.jboss.msc.service.ServiceName beanManagerServiceName(DeploymentUnit deploymentUnit)
deploymentUnit
- the deployment unit to create the service name forCopyright © 2014 JBoss by Red Hat. All rights reserved.