com.ibm.jbatch.tck.artifacts.specialized
Class DoSomethingItemProcessorImpl

java.lang.Object
  extended by com.ibm.jbatch.tck.artifacts.specialized.DoSomethingItemProcessorImpl
All Implemented Interfaces:
ItemProcessor<ReadRecord,ReadRecord>

@Named(value="doSomethingItemProcessorImpl")
public class DoSomethingItemProcessorImpl
extends Object
implements ItemProcessor<ReadRecord,ReadRecord>


Constructor Summary
DoSomethingItemProcessorImpl()
           
 
Method Summary
 ReadRecord processItem(ReadRecord record)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoSomethingItemProcessorImpl

public DoSomethingItemProcessorImpl()
Method Detail

processItem

public ReadRecord processItem(ReadRecord record)
                       throws Exception
Specified by:
processItem in interface ItemProcessor<ReadRecord,ReadRecord>
Throws:
Exception


Copyright © 2013. All Rights Reserved.