A B C D F G H I J L M O P R S T U W

A

afterPropertiesSet() - Method in class org.springframework.batch.integration.async.AsyncItemProcessor
Check mandatory properties (the AsyncItemProcessor.setDelegate(ItemProcessor)).
afterPropertiesSet() - Method in class org.springframework.batch.integration.async.AsyncItemWriter
 
afterPropertiesSet() - Method in class org.springframework.batch.integration.chunk.ChunkProcessorChunkHandler
 
afterPropertiesSet() - Method in class org.springframework.batch.integration.partition.MessageChannelPartitionHandler
 
afterStep(StepExecution) - Method in class org.springframework.batch.integration.chunk.ChunkMessageChannelItemWriter
 
aggregate(List<?>) - Method in class org.springframework.batch.integration.partition.MessageChannelPartitionHandler
 
AsynchronousFailureException - Exception in org.springframework.batch.integration.chunk
Exception indicating that a failure or early completion condition was detected in a remote worker.
AsynchronousFailureException(String, Throwable) - Constructor for exception org.springframework.batch.integration.chunk.AsynchronousFailureException
Create a new AsynchronousFailureException based on a message and another exception.
AsynchronousFailureException(String) - Constructor for exception org.springframework.batch.integration.chunk.AsynchronousFailureException
Create a new AsynchronousFailureException based on a message.
AsyncItemProcessor<I,O> - Class in org.springframework.batch.integration.async
An ItemProcessor that delegates to a nested processor and in the background.
AsyncItemProcessor() - Constructor for class org.springframework.batch.integration.async.AsyncItemProcessor
 
AsyncItemWriter<T> - Class in org.springframework.batch.integration.async
 
AsyncItemWriter() - Constructor for class org.springframework.batch.integration.async.AsyncItemWriter
 

B

BeanFactoryStepLocator - Class in org.springframework.batch.integration.partition
A StepLocator implementation that just looks in its enclosing bean factory for components of type Step.
BeanFactoryStepLocator() - Constructor for class org.springframework.batch.integration.partition.BeanFactoryStepLocator
 
beforeStep(StepExecution) - Method in class org.springframework.batch.integration.chunk.ChunkMessageChannelItemWriter
 

C

ChunkHandler<T> - Interface in org.springframework.batch.integration.chunk
 
ChunkMessageChannelItemWriter<T> - Class in org.springframework.batch.integration.chunk
 
ChunkMessageChannelItemWriter() - Constructor for class org.springframework.batch.integration.chunk.ChunkMessageChannelItemWriter
 
ChunkProcessorChunkHandler<S> - Class in org.springframework.batch.integration.chunk
 
ChunkProcessorChunkHandler() - Constructor for class org.springframework.batch.integration.chunk.ChunkProcessorChunkHandler
 
ChunkRequest<T> - Class in org.springframework.batch.integration.chunk
 
ChunkRequest(Collection<? extends T>, Long, StepContribution) - Constructor for class org.springframework.batch.integration.chunk.ChunkRequest
 
ChunkResponse - Class in org.springframework.batch.integration.chunk
 
ChunkResponse(Long, StepContribution) - Constructor for class org.springframework.batch.integration.chunk.ChunkResponse
 
ChunkResponse(boolean, Long, StepContribution) - Constructor for class org.springframework.batch.integration.chunk.ChunkResponse
 
ChunkResponse(boolean, Long, StepContribution, String) - Constructor for class org.springframework.batch.integration.chunk.ChunkResponse
 
close() - Method in class org.springframework.batch.integration.chunk.ChunkMessageChannelItemWriter
 

D

doExecute(StepExecution) - Method in class org.springframework.batch.integration.job.MessageOrientedStep
 

F

FILE_INPUT_PATH - Static variable in class org.springframework.batch.integration.file.ResourcePayloadAsJobParameterStrategy
The key name for the job parameter that will be a URL for the input file
FileToMessagesJobFactoryBean<T> - Class in org.springframework.batch.integration.file
A FactoryBean for a Job with a single step which just pumps messages from a file into a channel.
FileToMessagesJobFactoryBean() - Constructor for class org.springframework.batch.integration.file.FileToMessagesJobFactoryBean
 

G

getItems() - Method in class org.springframework.batch.integration.chunk.ChunkRequest
 
getJob() - Method in class org.springframework.batch.integration.launch.JobLaunchRequest
 
getJobExecution() - Method in class org.springframework.batch.integration.job.JobExecutionRequest
Public getter for the jobExecution.
getJobExecutionId() - Method in class org.springframework.batch.integration.partition.StepExecutionRequest
 
getJobId() - Method in class org.springframework.batch.integration.chunk.ChunkRequest
 
getJobId() - Method in class org.springframework.batch.integration.chunk.ChunkResponse
 
getJobId() - Method in class org.springframework.batch.integration.job.JobExecutionRequest
 
getJobParameters(Message<?>) - Method in interface org.springframework.batch.integration.file.MessageToJobParametersStrategy
 
getJobParameters(Message<?>) - Method in class org.springframework.batch.integration.file.ResourcePayloadAsJobParameterStrategy
Convert a message payload which is a Resource to its URL representation and load that into a job parameter.
getJobParameters() - Method in class org.springframework.batch.integration.launch.JobLaunchRequest
 
getLastThrowable() - Method in class org.springframework.batch.integration.job.JobExecutionRequest
Public getter for the throwable.
getMessage() - Method in class org.springframework.batch.integration.chunk.ChunkResponse
 
getObject() - Method in class org.springframework.batch.integration.file.FileToMessagesJobFactoryBean
Creates a Job that can process a flat file or XML file into messages.
getObjectType() - Method in class org.springframework.batch.integration.file.FileToMessagesJobFactoryBean
Always returns Job.
getStatus() - Method in class org.springframework.batch.integration.job.JobExecutionRequest
 
getStep(String) - Method in class org.springframework.batch.integration.partition.BeanFactoryStepLocator
Look up a bean with the provided name of type Step.
getStepContribution() - Method in class org.springframework.batch.integration.chunk.ChunkRequest
 
getStepContribution() - Method in class org.springframework.batch.integration.chunk.ChunkResponse
 
getStepExecutionId() - Method in class org.springframework.batch.integration.partition.StepExecutionRequest
 
getStepName() - Method in class org.springframework.batch.integration.partition.StepExecutionRequest
 
getStepNames() - Method in class org.springframework.batch.integration.partition.BeanFactoryStepLocator
Look in the bean factory for all beans of type Step.

H

handle(JobExecutionRequest) - Method in class org.springframework.batch.integration.job.StepExecutionMessageHandler
 
handle(StepExecutionSplitter, StepExecution) - Method in class org.springframework.batch.integration.partition.MessageChannelPartitionHandler
Sends StepExecutionRequest objects to the request channel of the MessagingGateway, and then receives the result back as a list of StepExecution on a reply channel.
handle(StepExecutionRequest) - Method in class org.springframework.batch.integration.partition.StepExecutionRequestHandler
 
handleChunk(ChunkRequest<T>) - Method in interface org.springframework.batch.integration.chunk.ChunkHandler
 
handleChunk(ChunkRequest<S>) - Method in class org.springframework.batch.integration.chunk.ChunkProcessorChunkHandler
 
hasErrors() - Method in class org.springframework.batch.integration.job.JobExecutionRequest
 

I

isSingleton() - Method in class org.springframework.batch.integration.file.FileToMessagesJobFactoryBean
Always true.
isSuccessful() - Method in class org.springframework.batch.integration.chunk.ChunkResponse
 

J

JobExecutionReply - Class in org.springframework.batch.integration.job
 
JobExecutionReply() - Constructor for class org.springframework.batch.integration.job.JobExecutionReply
 
JobExecutionRequest - Class in org.springframework.batch.integration.job
Encapsulation of a request to execute a job execution through a message flow consisting of step handlers.
JobExecutionRequest(JobExecution) - Constructor for class org.springframework.batch.integration.job.JobExecutionRequest
 
JobLaunchingMessageHandler - Class in org.springframework.batch.integration.launch
Message handler which uses strategies to convert a Message into a job and a set of job parameters
JobLaunchingMessageHandler(JobLauncher) - Constructor for class org.springframework.batch.integration.launch.JobLaunchingMessageHandler
 
JobLaunchRequest - Class in org.springframework.batch.integration.launch
Encapsulation of a Job and its JobParameters forming a request for a job to be launched.
JobLaunchRequest(Job, JobParameters) - Constructor for class org.springframework.batch.integration.launch.JobLaunchRequest
 

L

launch(JobLaunchRequest) - Method in class org.springframework.batch.integration.launch.JobLaunchingMessageHandler
 

M

MessageChannelPartitionHandler - Class in org.springframework.batch.integration.partition
A PartitionHandler that uses MessageChannel instances to send instructions to remote workers and receive their responses.
MessageChannelPartitionHandler() - Constructor for class org.springframework.batch.integration.partition.MessageChannelPartitionHandler
 
MessageOrientedStep - Class in org.springframework.batch.integration.job
 
MessageOrientedStep() - Constructor for class org.springframework.batch.integration.job.MessageOrientedStep
 
MessageToJobParametersStrategy - Interface in org.springframework.batch.integration.file
 

O

open(ExecutionContext) - Method in class org.springframework.batch.integration.chunk.ChunkMessageChannelItemWriter
 
org.springframework.batch.integration.async - package org.springframework.batch.integration.async
 
org.springframework.batch.integration.chunk - package org.springframework.batch.integration.chunk
 
org.springframework.batch.integration.file - package org.springframework.batch.integration.file
 
org.springframework.batch.integration.job - package org.springframework.batch.integration.job
 
org.springframework.batch.integration.launch - package org.springframework.batch.integration.launch
 
org.springframework.batch.integration.partition - package org.springframework.batch.integration.partition
 

P

process(I) - Method in class org.springframework.batch.integration.async.AsyncItemProcessor
Transform the input by delegating to the provided item processor.

R

registerThrowable(Throwable) - Method in class org.springframework.batch.integration.job.JobExecutionRequest
Public setter for the throwable.
ResourcePayloadAsJobParameterStrategy - Class in org.springframework.batch.integration.file
 
ResourcePayloadAsJobParameterStrategy() - Constructor for class org.springframework.batch.integration.file.ResourcePayloadAsJobParameterStrategy
 

S

setBeanFactory(BeanFactory) - Method in class org.springframework.batch.integration.partition.BeanFactoryStepLocator
 
setBeanName(String) - Method in class org.springframework.batch.integration.file.FileToMessagesJobFactoryBean
 
setChannel(MessageChannel) - Method in class org.springframework.batch.integration.file.FileToMessagesJobFactoryBean
Public setter for the channel.
setChunkProcessor(ChunkProcessor<S>) - Method in class org.springframework.batch.integration.chunk.ChunkProcessorChunkHandler
Public setter for the ChunkProcessor.
setDelegate(ItemProcessor<I, O>) - Method in class org.springframework.batch.integration.async.AsyncItemProcessor
The ItemProcessor to use to delegate processing to in a background thread.
setDelegate(ItemWriter<T>) - Method in class org.springframework.batch.integration.async.AsyncItemWriter
 
setExecutionTimeout(long) - Method in class org.springframework.batch.integration.job.MessageOrientedStep
Public setter for the execution timeout in milliseconds.
setExecutionTimeoutMinutes(int) - Method in class org.springframework.batch.integration.job.MessageOrientedStep
Public setter for the execution timeout in minutes.
setGridSize(int) - Method in class org.springframework.batch.integration.partition.MessageChannelPartitionHandler
Passed to the StepExecutionSplitter in the MessageChannelPartitionHandler.handle(StepExecutionSplitter, StepExecution) method, instructing it how many StepExecution instances are required, ideally.
setInputChannel(PollableChannel) - Method in class org.springframework.batch.integration.job.MessageOrientedStep
Public setter for the source.
setItemReader(ItemReader<? extends T>) - Method in class org.springframework.batch.integration.file.FileToMessagesJobFactoryBean
Public setter for the ItemReader.
setJobExplorer(JobExplorer) - Method in class org.springframework.batch.integration.partition.StepExecutionRequestHandler
An explorer that should be used to check for StepExecution completion.
setJobRepository(JobRepository) - Method in class org.springframework.batch.integration.file.FileToMessagesJobFactoryBean
Public setter for the JobRepository.
setJobRepository(JobRepository) - Method in class org.springframework.batch.integration.job.StepExecutionMessageHandler
Public setter for the JobRepository that is needed to manage the state of the batch meta domain (jobs, steps, executions) during the life of a job.
setMessagingGateway(MessagingGateway) - Method in class org.springframework.batch.integration.chunk.ChunkMessageChannelItemWriter
 
setMessagingGateway(MessagingGateway) - Method in class org.springframework.batch.integration.partition.MessageChannelPartitionHandler
A pre-configured gateway for sending and receiving messages to the remote workers.
setOutputChannel(MessageChannel) - Method in class org.springframework.batch.integration.job.MessageOrientedStep
Public setter for the target.
setPollingInterval(long) - Method in class org.springframework.batch.integration.job.MessageOrientedStep
Public setter for the polling interval in milliseconds while waiting for replies signalling the end of the step.
setStatus(BatchStatus) - Method in class org.springframework.batch.integration.job.JobExecutionRequest
Public setter for the status.
setStep(Step) - Method in class org.springframework.batch.integration.job.StepExecutionMessageHandler
Public setter for the Step.
setStepLocator(StepLocator) - Method in class org.springframework.batch.integration.partition.StepExecutionRequestHandler
Used to locate a Step to execute for each request.
setStepName(String) - Method in class org.springframework.batch.integration.partition.MessageChannelPartitionHandler
The name of the Step that will be used to execute the partitioned StepExecution.
setTaskExecutor(TaskExecutor) - Method in class org.springframework.batch.integration.async.AsyncItemProcessor
The TaskExecutor to use to allow the item processing to proceed in the background.
setThrottleLimit(long) - Method in class org.springframework.batch.integration.chunk.ChunkMessageChannelItemWriter
Public setter for the throttle limit.
setTransactionManager(PlatformTransactionManager) - Method in class org.springframework.batch.integration.file.FileToMessagesJobFactoryBean
Public setter for the PlatformTransactionManager.
StepExecutionMessageHandler - Class in org.springframework.batch.integration.job
 
StepExecutionMessageHandler() - Constructor for class org.springframework.batch.integration.job.StepExecutionMessageHandler
 
StepExecutionRequest - Class in org.springframework.batch.integration.partition
 
StepExecutionRequest(String, Long, Long) - Constructor for class org.springframework.batch.integration.partition.StepExecutionRequest
 
StepExecutionRequestHandler - Class in org.springframework.batch.integration.partition
A MessageEndpoint that can handle a StepExecutionRequest and return a StepExecution as the result.
StepExecutionRequestHandler() - Constructor for class org.springframework.batch.integration.partition.StepExecutionRequestHandler
 
StepExecutionTimeoutException - Exception in org.springframework.batch.integration.job
 
StepExecutionTimeoutException(String) - Constructor for exception org.springframework.batch.integration.job.StepExecutionTimeoutException
Constructs a new instance.

T

toString() - Method in class org.springframework.batch.integration.chunk.ChunkRequest
 
toString() - Method in class org.springframework.batch.integration.chunk.ChunkResponse
 
toString() - Method in class org.springframework.batch.integration.job.JobExecutionRequest
 
toString() - Method in class org.springframework.batch.integration.partition.StepExecutionRequest
 

U

update(ExecutionContext) - Method in class org.springframework.batch.integration.chunk.ChunkMessageChannelItemWriter
 

W

WAITING - Static variable in class org.springframework.batch.integration.job.MessageOrientedStep
Key in execution context for flag to say we are waiting.
write(List<? extends Future<T>>) - Method in class org.springframework.batch.integration.async.AsyncItemWriter
 
write(List<? extends T>) - Method in class org.springframework.batch.integration.chunk.ChunkMessageChannelItemWriter
 

A B C D F G H I J L M O P R S T U W

Copyright © 2009. All Rights Reserved.