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() |
org.jberet.repository.JobRepository |
getJobRepository() |
org.jberet.spi.JobXmlResolver |
getJobXmlResolver() |
TransactionManager |
getTransactionManager() |
void |
submitTask(org.jberet.spi.JobTask jobTask) |
public ClassLoader getClassLoader()
getClassLoader in interface org.jberet.spi.BatchEnvironmentpublic org.jberet.spi.ArtifactFactory getArtifactFactory()
getArtifactFactory in interface org.jberet.spi.BatchEnvironmentpublic void submitTask(org.jberet.spi.JobTask jobTask)
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.BatchEnvironmentpublic Properties getBatchConfigurationProperties()
getBatchConfigurationProperties in interface org.jberet.spi.BatchEnvironmentCopyright © 2023 JBoss by Red Hat. All rights reserved.