Package | Description |
---|---|
org.jberet.creation | |
org.jberet.runtime.context | |
org.jberet.runtime.runner | |
org.jberet.spi |
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.
|
Modifier and Type | Method and Description |
---|---|
PartitionHandler |
ThreadPartitionHandlerFactory.createPartitionHandler(StepContextImpl stepContext,
StepExecutionRunner stepExecutionRunner) |
void |
ThreadPartitionHandler.submitPartitionTask(StepContextImpl partitionStepContext,
int currentIndex,
int numOfPartitions) |
Constructor and Description |
---|
BatchletRunner(StepContextImpl stepContext,
CompositeExecutionRunner enclosingRunner,
RefArtifact batchlet,
PartitionWorker partitionWorker) |
ChunkRunner(StepContextImpl stepContext,
CompositeExecutionRunner enclosingRunner,
Chunk chunk,
TransactionManager tm,
PartitionWorker partitionWorker) |
StepExecutionRunner(StepContextImpl stepContext,
CompositeExecutionRunner enclosingRunner) |
Modifier and Type | Method and Description |
---|---|
default void |
PartitionHandler.close(StepContextImpl stepContext) |
PartitionHandler |
PartitionHandlerFactory.createPartitionHandler(StepContextImpl stepContext,
StepExecutionRunner stepExecutionRunner) |
void |
PartitionHandler.submitPartitionTask(StepContextImpl partitionStepContext,
int currentIndex,
int numOfPartitions) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.