org.springframework.batch.item
Class ItemStreamSupport

java.lang.Object
  extended by org.springframework.batch.item.ItemStreamSupport
All Implemented Interfaces:
ItemStream
Direct Known Subclasses:
AbstractItemStreamItemReader, AbstractItemStreamItemWriter

public abstract class ItemStreamSupport
extends Object
implements ItemStream

Empty method implementation of ItemStream.

Author:
Dave Syer, Dean de Bree

Constructor Summary
ItemStreamSupport()
           
 
Method Summary
 void close()
          No-op.
 String getExecutionContextKey(String key)
           
 void open(ExecutionContext executionContext)
          No-op.
protected  void setExecutionContextName(String name)
           
 void update(ExecutionContext executionContext)
          Return empty ExecutionContext.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemStreamSupport

public ItemStreamSupport()
Method Detail

close

public void close()
No-op.

Specified by:
close in interface ItemStream
See Also:
ItemStream.close()

open

public void open(ExecutionContext executionContext)
No-op.

Specified by:
open in interface ItemStream
See Also:
ItemStream.open(ExecutionContext)

update

public void update(ExecutionContext executionContext)
Return empty ExecutionContext.

Specified by:
update in interface ItemStream
Parameters:
executionContext - to be updated
See Also:
ItemStream.update(ExecutionContext)

setExecutionContextName

protected void setExecutionContextName(String name)

getExecutionContextKey

public String getExecutionContextKey(String key)


Copyright © 2013. All Rights Reserved.