Uses of Class
org.springframework.batch.item.ExecutionContext

Packages that use ExecutionContext
org.springframework.batch.item Infrastructure interfaces and primary dependencies for item concerns. 
org.springframework.batch.item.database Infrastructure implementations of database based item readers and writers. 
org.springframework.batch.item.file Infrastructure implementations of io file concerns. 
org.springframework.batch.item.support Internal support package 
org.springframework.batch.item.xml Infrastructure implementations of xml input and output. 
 

Uses of ExecutionContext in org.springframework.batch.item
 

Methods in org.springframework.batch.item with parameters of type ExecutionContext
 void ItemStreamSupport.open(ExecutionContext executionContext)
          No-op.
 void ItemStream.open(ExecutionContext executionContext)
          Open the stream for the provided ExecutionContext.
 void ItemStreamSupport.update(ExecutionContext executionContext)
          Return empty ExecutionContext.
 void ItemStream.update(ExecutionContext executionContext)
          Indicates that the execution context provided during open is about to be saved.
 

Constructors in org.springframework.batch.item with parameters of type ExecutionContext
ExecutionContext(ExecutionContext executionContext)
           
 

Uses of ExecutionContext in org.springframework.batch.item.database
 

Methods in org.springframework.batch.item.database with parameters of type ExecutionContext
 void JdbcPagingItemReader.open(ExecutionContext executionContext)
           
 void JdbcPagingItemReader.update(ExecutionContext executionContext)
           
 void HibernateCursorItemReader.update(ExecutionContext executionContext)
          Update the context and clear the session if stateful.
 

Uses of ExecutionContext in org.springframework.batch.item.file
 

Methods in org.springframework.batch.item.file with parameters of type ExecutionContext
 void ResourcesItemReader.open(ExecutionContext executionContext)
           
 void MultiResourceItemWriter.open(ExecutionContext executionContext)
           
 void MultiResourceItemReader.open(ExecutionContext executionContext)
          Figure out which resource to start with in case of restart, open the delegate and restore delegate's position in the resource.
 void FlatFileItemWriter.open(ExecutionContext executionContext)
          Initialize the reader.
 void ResourcesItemReader.update(ExecutionContext executionContext)
           
 void MultiResourceItemWriter.update(ExecutionContext executionContext)
           
 void MultiResourceItemReader.update(ExecutionContext executionContext)
          Store the current resource index and position in the resource.
 void FlatFileItemWriter.update(ExecutionContext executionContext)
           
 

Uses of ExecutionContext in org.springframework.batch.item.support
 

Methods in org.springframework.batch.item.support with parameters of type ExecutionContext
 void SingleItemPeekableItemReader.open(ExecutionContext executionContext)
          If the delegate is an ItemStream, just pass the call on, otherwise reset the peek cache.
 void CompositeItemWriter.open(ExecutionContext executionContext)
           
 void CompositeItemStream.open(ExecutionContext executionContext)
          Broadcast the call to open.
 void AbstractItemCountingItemStreamItemReader.open(ExecutionContext executionContext)
           
 void SingleItemPeekableItemReader.update(ExecutionContext executionContext)
          If there is a cached peek, then retrieve the execution context state from that point.
 void CompositeItemWriter.update(ExecutionContext executionContext)
           
 void CompositeItemStream.update(ExecutionContext executionContext)
          Simple aggregate ExecutionContext provider for the contributions registered under the given key.
 void AbstractItemCountingItemStreamItemReader.update(ExecutionContext executionContext)
           
 

Uses of ExecutionContext in org.springframework.batch.item.xml
 

Methods in org.springframework.batch.item.xml with parameters of type ExecutionContext
 void StaxEventItemWriter.open(ExecutionContext executionContext)
          Open the output source
 void StaxEventItemWriter.update(ExecutionContext executionContext)
          Get the restart data.
 



Copyright © 2013. All Rights Reserved.