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() |
ExecutorService |
getExecutorService() |
org.jberet.spi.ThreadContextSetup |
getThreadContextSetup() |
UserTransaction |
getUserTransaction() |
<T> T |
lookup(String name) |
public ClassLoader getClassLoader()
getClassLoader
in interface org.jberet.spi.BatchEnvironment
public org.jberet.spi.ArtifactFactory getArtifactFactory()
getArtifactFactory
in interface org.jberet.spi.BatchEnvironment
public ExecutorService getExecutorService()
getExecutorService
in interface org.jberet.spi.BatchEnvironment
public UserTransaction getUserTransaction()
getUserTransaction
in interface org.jberet.spi.BatchEnvironment
public Properties getBatchConfigurationProperties()
getBatchConfigurationProperties
in interface org.jberet.spi.BatchEnvironment
public org.jberet.spi.ThreadContextSetup getThreadContextSetup()
getThreadContextSetup
in interface org.jberet.spi.BatchEnvironment
public <T> T lookup(String name) throws NamingException
lookup
in interface org.jberet.spi.BatchEnvironment
NamingException
Copyright © 2013 JBoss by Red Hat. All rights reserved.