Package | Description |
---|---|
org.jberet.runtime.context | |
org.jberet.runtime.runner |
Modifier and Type | Class and Description |
---|---|
class |
FlowContextImpl |
class |
JobContextImpl |
class |
SplitContextImpl |
class |
StepContextImpl
Represents the execution context for either a step execution or partition execution.
|
Modifier and Type | Field and Description |
---|---|
protected AbstractContext[] |
AbstractContext.outerContexts
Chain of batch contexts, the first one is the root JobContext.
|
Modifier and Type | Method and Description |
---|---|
static AbstractContext[] |
AbstractContext.addToContextArray(AbstractContext[] contextArray,
AbstractContext add)
Appends a BatchContext to an array of BatchContext and return the expanded new array.
|
AbstractContext[] |
AbstractContext.getOuterContexts() |
AbstractContext[] |
JobContextImpl.getOuterContexts() |
Modifier and Type | Method and Description |
---|---|
static AbstractContext[] |
AbstractContext.addToContextArray(AbstractContext[] contextArray,
AbstractContext add)
Appends a BatchContext to an array of BatchContext and return the expanded new array.
|
static AbstractContext[] |
AbstractContext.addToContextArray(AbstractContext[] contextArray,
AbstractContext add)
Appends a BatchContext to an array of BatchContext and return the expanded new array.
|
Constructor and Description |
---|
AbstractContext(String id,
AbstractContext[] outerContexts) |
FlowContextImpl(Flow flow,
AbstractContext[] outerContexts) |
SplitContextImpl(Split split,
AbstractContext[] outerContexts) |
StepContextImpl(Step step,
AbstractContext[] outerContexts) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRunner<C extends AbstractContext> |
class |
CompositeExecutionRunner<C extends AbstractContext>
A runner for job elements that can contain other job elements.
|
Modifier and Type | Field and Description |
---|---|
protected C |
AbstractRunner.batchContext |
Copyright © 2014 JBoss by Red Hat. All rights reserved.