org.springframework.batch.item.util
Class ExecutionContextUserSupport

java.lang.Object
  extended by org.springframework.batch.item.util.ExecutionContextUserSupport
Direct Known Subclasses:
FlatFileItemWriter, IbatisKeyCollector, MultipleColumnJdbcKeyCollector, MultiResourceItemReader, SingleColumnJdbcKeyCollector, StaxEventItemWriter

public class ExecutionContextUserSupport
extends Object

Facilitates assigning names to objects persisting data in ExecutionContext and generating keys for ExecutionContext based on the name.

Author:
Robert Kasanicky

Constructor Summary
ExecutionContextUserSupport()
           
 
Method Summary
 String getKey(String s)
          Prefix the argument with the name of the item stream to create a unique key that can be safely used to identify data stored in ExecutionContext.
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionContextUserSupport

public ExecutionContextUserSupport()
Method Detail

setName

public void setName(String name)
Parameters:
name - unique name for the item stream used to create execution context keys.

getKey

public String getKey(String s)
Prefix the argument with the name of the item stream to create a unique key that can be safely used to identify data stored in ExecutionContext.



Copyright © 2009 SpringSource. All Rights Reserved.