public interface BatchConfiguration
BatchEnvironment behavior.| Modifier and Type | Method and Description |
|---|---|
org.jberet.spi.JobExecutor |
getDefaultJobExecutor()
Returns the default job executor to use.
|
org.jberet.repository.JobRepository |
getDefaultJobRepository()
Returns the default job repository to use.
|
org.wildfly.security.auth.server.SecurityDomain |
getSecurityDomain()
Returns the security domain if defined.
|
boolean |
isRestartOnResume()
Indicates whether or no batch jobs should be restarted on a resume operation if they were stopped during a
suspend.
|
boolean isRestartOnResume()
true to restart jobs on resume otherwise false to leave the jobs in a stopped stateorg.jberet.repository.JobRepository getDefaultJobRepository()
org.jberet.spi.JobExecutor getDefaultJobExecutor()
org.wildfly.security.auth.server.SecurityDomain getSecurityDomain()
null if not definedCopyright © 2020 JBoss by Red Hat. All rights reserved.