Package | Description |
---|---|
org.springframework.batch.core |
Core domain context for Spring Batch covering jobs, steps,
configuration and execution abstractions.
|
org.springframework.batch.core.listener |
Generic implementations of core batch listener interfaces.
|
org.springframework.batch.core.resource | |
org.springframework.batch.core.step |
Specific implementations of step concerns.
|
org.springframework.batch.core.step.builder | |
org.springframework.batch.core.step.factory | |
org.springframework.batch.core.step.item |
Specific implementations of step concerns for item-oriented approach.
|
org.springframework.batch.core.step.tasklet |
Interfaces and generic implementations of tasklet concerns.
|
org.springframework.batch.sample.common | |
org.springframework.batch.sample.domain.trade | |
org.springframework.batch.sample.loop | |
org.springframework.batch.sample.support |
Modifier and Type | Interface and Description |
---|---|
interface |
ChunkListener
Listener interface for the lifecycle of a chunk.
|
interface |
ItemProcessListener<T,S>
Listener interface for the processing of an item.
|
interface |
ItemReadListener<T>
Listener interface around the reading of an item.
|
interface |
ItemWriteListener<S>
Listener interface for the writing of items.
|
interface |
SkipListener<T,S>
Interface for listener to skipped items.
|
interface |
StepExecutionListener
Listener interface for the lifecycle of a
Step . |
Modifier and Type | Method and Description |
---|---|
static StepListener |
StepListenerFactoryBean.getListener(Object delegate)
Convenience method to wrap any object and expose the appropriate
StepListener interfaces. |
Modifier and Type | Method and Description |
---|---|
void |
MulticasterBatchListener.register(StepListener listener)
Register the listener for callbacks on the appropriate interfaces
implemented.
|
Modifier and Type | Method and Description |
---|---|
void |
MulticasterBatchListener.setListeners(List<? extends StepListener> listeners)
Register each of the objects as listeners.
|
Modifier and Type | Class and Description |
---|---|
class |
StepExecutionSimpleCompletionPolicy
A
CompletionPolicy that picks up a commit interval from
JobParameters by listening to the start of a step. |
Modifier and Type | Class and Description |
---|---|
class |
NoWorkFoundStepExecutionListener
Fails the step if no items have been processed ( item count is 0).
|
Modifier and Type | Method and Description |
---|---|
protected Set<StepListener> |
SimpleStepBuilder.getItemListeners() |
Modifier and Type | Method and Description |
---|---|
protected StepListener[] |
SimpleStepFactoryBean.getListeners()
Protected getter for the
StepListener s. |
Modifier and Type | Method and Description |
---|---|
void |
SimpleStepFactoryBean.setListeners(StepListener[] listeners)
The listeners to inject into the
Step . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultItemFailureHandler
Default implementation of the
ItemListenerSupport class that
writes all exceptions via commons logging. |
Modifier and Type | Method and Description |
---|---|
void |
SimpleChunkProvider.registerListener(StepListener listener)
Register a listener for callbacks at the appropriate stages in a process.
|
void |
SimpleChunkProcessor.registerListener(StepListener listener)
Register a listener for callbacks at the appropriate stages in a process.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleChunkProvider.setListeners(List<? extends StepListener> listeners)
Register some
StepListener s with the handler. |
void |
SimpleChunkProcessor.setListeners(List<? extends StepListener> listeners)
Register some
StepListener s with the handler. |
Modifier and Type | Class and Description |
---|---|
class |
SystemCommandTasklet
Tasklet that executes a system command. |
Modifier and Type | Class and Description |
---|---|
class |
InfiniteLoopWriter
Simple module implementation that will always return true to indicate that
processing should continue.
|
class |
StagingItemListener
Thread-safe database
ItemReader implementing the process indicator
pattern. |
class |
StagingItemReader<T>
Thread-safe database
ItemReader implementing the process indicator
pattern. |
class |
StagingItemWriter<T>
Database
ItemWriter implementing the process indicator pattern. |
Modifier and Type | Class and Description |
---|---|
class |
CompositeCustomerUpdateLineTokenizer
Composite
LineTokenizer that delegates the tokenization of a line to one of two potential
tokenizers. |
Modifier and Type | Class and Description |
---|---|
class |
GeneratingTradeResettingListener
This listener resets the count of its GeneratingTradeItemReader after the
step.
|
Modifier and Type | Class and Description |
---|---|
class |
SummaryFooterCallback
Writes summary info in the footer of a file.
|
Copyright © 2014 Pivotal. All rights reserved.