Package | Description |
---|---|
org.jberet.creation | |
org.jberet.runtime.context | |
org.jberet.runtime.runner |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractArtifactFactory.doInjection(Object obj,
Class<?> cls,
ClassLoader classLoader,
JobContextImpl jobContext,
StepContextImpl stepContext,
Properties batchProps) |
static void |
ArtifactCreationContext.resetArtifactCreationContext(JobContextImpl jobContext,
StepContextImpl stepContext,
Properties properties) |
Constructor and Description |
---|
ArtifactCreationContext(JobContextImpl jobContext,
StepContextImpl stepContext,
Properties properties) |
Modifier and Type | Method and Description |
---|---|
StepContextImpl |
StepContextImpl.clone() |
Modifier and Type | Method and Description |
---|---|
<A> A |
JobContextImpl.createArtifact(String ref,
Class<?> cls,
Properties props,
StepContextImpl... stepContextForInjection)
Creates a batch artifact by delegating to the proper ArtifactFactory and passing along data needed for artifact
loading and creation.
|
Constructor and Description |
---|
BatchletRunner(StepContextImpl stepContext,
CompositeExecutionRunner enclosingRunner,
StepExecutionRunner stepRunner,
RefArtifact batchlet) |
ChunkRunner(StepContextImpl stepContext,
CompositeExecutionRunner enclosingRunner,
StepExecutionRunner stepRunner,
Chunk chunk) |
StepExecutionRunner(StepContextImpl stepContext,
CompositeExecutionRunner enclosingRunner) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.