|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.batch.item.util.ExecutionContextUserSupport
public class ExecutionContextUserSupport
Facilitates assigning names to objects persisting data in
ExecutionContext and generating keys for ExecutionContext
based on the name.
| Constructor Summary | |
|---|---|
ExecutionContextUserSupport()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getKey(java.lang.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. |
protected java.lang.String |
getName()
|
void |
setName(java.lang.String name)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExecutionContextUserSupport()
| Method Detail |
|---|
protected java.lang.String getName()
public void setName(java.lang.String name)
name - unique name for the item stream used to create execution
context keys.public java.lang.String getKey(java.lang.String s)
ExecutionContext.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||