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

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

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


Constructor Summary
DoSomethingArrayItemProcessorImpl()
           
 
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

DoSomethingArrayItemProcessorImpl

public DoSomethingArrayItemProcessorImpl()
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.