public class DelegatingBatchEnvironment extends Object implements org.jberet.spi.BatchEnvironment
| Constructor and Description |
|---|
DelegatingBatchEnvironment() |
| Modifier and Type | Method and Description |
|---|---|
org.jberet.spi.ArtifactFactory |
getArtifactFactory() |
Properties |
getBatchConfigurationProperties() |
ClassLoader |
getClassLoader() |
TransactionManager |
getTransactionManager() |
<T> Future<T> |
submitTask(Callable<T> task) |
Future<?> |
submitTask(Runnable task) |
<T> Future<T> |
submitTask(Runnable task,
T result) |
public ClassLoader getClassLoader()
getClassLoader in interface org.jberet.spi.BatchEnvironmentpublic org.jberet.spi.ArtifactFactory getArtifactFactory()
getArtifactFactory in interface org.jberet.spi.BatchEnvironmentpublic Future<?> submitTask(Runnable task)
submitTask in interface org.jberet.spi.BatchEnvironmentpublic <T> Future<T> submitTask(Runnable task, T result)
submitTask in interface org.jberet.spi.BatchEnvironmentpublic <T> Future<T> submitTask(Callable<T> task)
submitTask in interface org.jberet.spi.BatchEnvironmentpublic TransactionManager getTransactionManager()
getTransactionManager in interface org.jberet.spi.BatchEnvironmentpublic Properties getBatchConfigurationProperties()
getBatchConfigurationProperties in interface org.jberet.spi.BatchEnvironmentCopyright © 2014 JBoss by Red Hat. All rights reserved.