public class BatchEnvironmentService extends Object implements org.jboss.msc.service.Service<org.jberet.spi.BatchEnvironment>
Constructor and Description |
---|
BatchEnvironmentService() |
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.value.InjectedValue<javax.enterprise.inject.spi.BeanManager> |
getBeanManagerInjector() |
org.jboss.msc.value.InjectedValue<ExecutorService> |
getExecutorServiceInjector() |
org.jboss.msc.value.InjectedValue<TransactionManager> |
getTransactionManagerInjector() |
org.jberet.spi.BatchEnvironment |
getValue() |
void |
setClassLoader(ClassLoader classLoader) |
void |
setProperties(Properties properties) |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException
start
in interface org.jboss.msc.service.Service<org.jberet.spi.BatchEnvironment>
org.jboss.msc.service.StartException
public void stop(org.jboss.msc.service.StopContext context)
stop
in interface org.jboss.msc.service.Service<org.jberet.spi.BatchEnvironment>
public org.jberet.spi.BatchEnvironment getValue() throws IllegalStateException, IllegalArgumentException
getValue
in interface org.jboss.msc.value.Value<org.jberet.spi.BatchEnvironment>
IllegalStateException
IllegalArgumentException
public void setClassLoader(ClassLoader classLoader)
public org.jboss.msc.value.InjectedValue<javax.enterprise.inject.spi.BeanManager> getBeanManagerInjector()
public org.jboss.msc.value.InjectedValue<ExecutorService> getExecutorServiceInjector()
public void setProperties(Properties properties)
public org.jboss.msc.value.InjectedValue<TransactionManager> getTransactionManagerInjector()
Copyright © 2015 JBoss by Red Hat. All rights reserved.