org.springframework.batch.item.util
Class ExecutionContextUserSupport
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExecutionContextUserSupport
public ExecutionContextUserSupport()
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.