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