Package | Description |
---|---|
org.jberet.runtime.runner | |
org.jberet.se | |
org.jberet.spi |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRunner<C extends AbstractContext> |
class |
BatchletRunner |
class |
ChunkRunner
This runner class is responsible for running a chunk-type step (not just a chunk range of a step).
|
class |
CompositeExecutionRunner<C extends AbstractContext>
A runner for job elements that can contain other job elements.
|
class |
FlowExecutionRunner |
class |
JobExecutionRunner |
class |
SplitExecutionRunner |
class |
StepExecutionRunner |
Modifier and Type | Method and Description |
---|---|
void |
BatchSEEnvironment.submitTask(JobTask task) |
Modifier and Type | Method and Description |
---|---|
void |
JobExecutor.execute(JobTask task)
Executes the given task at some time in the future.
|
void |
BatchEnvironment.submitTask(JobTask task)
Submits a
runnable task for execution. |
Copyright © 2019 JBoss by Red Hat. All rights reserved.