public class BatchEnvironmentService extends Object implements org.jboss.msc.service.Service<SecurityAwareBatchEnvironment>
| Constructor and Description |
|---|
BatchEnvironmentService(ClassLoader classLoader,
org.jberet.spi.JobXmlResolver jobXmlResolver,
String deploymentName) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.value.InjectedValue<WildFlyArtifactFactory> |
getArtifactFactoryInjector() |
org.jboss.msc.value.InjectedValue<BatchConfiguration> |
getBatchConfigurationInjector() |
org.jboss.msc.value.InjectedValue<org.jberet.spi.JobExecutor> |
getJobExecutorInjector() |
org.jboss.msc.value.InjectedValue<org.jberet.repository.JobRepository> |
getJobRepositoryInjector() |
org.jboss.msc.value.InjectedValue<org.wildfly.extension.requestcontroller.RequestController> |
getRequestControllerInjector() |
org.jboss.msc.value.InjectedValue<TransactionManager> |
getTransactionManagerInjector() |
SecurityAwareBatchEnvironment |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public BatchEnvironmentService(ClassLoader classLoader, org.jberet.spi.JobXmlResolver jobXmlResolver, String deploymentName)
public void start(org.jboss.msc.service.StartContext context)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.Serviceorg.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext context)
stop in interface org.jboss.msc.Servicepublic SecurityAwareBatchEnvironment getValue() throws IllegalStateException, IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<SecurityAwareBatchEnvironment>IllegalStateExceptionIllegalArgumentExceptionpublic org.jboss.msc.value.InjectedValue<WildFlyArtifactFactory> getArtifactFactoryInjector()
public org.jboss.msc.value.InjectedValue<org.jberet.spi.JobExecutor> getJobExecutorInjector()
public org.jboss.msc.value.InjectedValue<TransactionManager> getTransactionManagerInjector()
public org.jboss.msc.value.InjectedValue<org.wildfly.extension.requestcontroller.RequestController> getRequestControllerInjector()
public org.jboss.msc.value.InjectedValue<org.jberet.repository.JobRepository> getJobRepositoryInjector()
public org.jboss.msc.value.InjectedValue<BatchConfiguration> getBatchConfigurationInjector()
Copyright © 2018 JBoss by Red Hat. All rights reserved.