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.
|
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()
Copyright © 2016 JBoss by Red Hat. All rights reserved.