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