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()
Deprecated.
this is no longer used in jBeret and will be removed
|
ClassLoader |
getClassLoader() |
org.jberet.repository.JobRepository |
getJobRepository() |
org.jberet.spi.JobXmlResolver |
getJobXmlResolver() |
TransactionManager |
getTransactionManager() |
void |
submitTask(Runnable task) |
public ClassLoader getClassLoader()
getClassLoader in interface org.jberet.spi.BatchEnvironmentpublic org.jberet.spi.ArtifactFactory getArtifactFactory()
getArtifactFactory in interface org.jberet.spi.BatchEnvironmentpublic void submitTask(Runnable task)
submitTask in interface org.jberet.spi.BatchEnvironmentpublic TransactionManager getTransactionManager()
getTransactionManager in interface org.jberet.spi.BatchEnvironmentpublic org.jberet.repository.JobRepository getJobRepository()
getJobRepository in interface org.jberet.spi.BatchEnvironmentpublic org.jberet.spi.JobXmlResolver getJobXmlResolver()
getJobXmlResolver in interface org.jberet.spi.BatchEnvironment@Deprecated public Properties getBatchConfigurationProperties()
getBatchConfigurationProperties in interface org.jberet.spi.BatchEnvironmentCopyright © 2015 JBoss by Red Hat. All rights reserved.