com.ibm.jbatch.tck.artifacts.chunkartifacts
Class InventoryProcessor

java.lang.Object
  extended by com.ibm.jbatch.tck.artifacts.chunkartifacts.InventoryProcessor
All Implemented Interfaces:
ItemProcessor<InventoryRecord,InventoryRecord>

@Named(value="inventoryProcessor")
public class InventoryProcessor
extends Object
implements ItemProcessor<InventoryRecord,InventoryRecord>


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

Constructor Detail

InventoryProcessor

public InventoryProcessor()
Method Detail

processItem

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


Copyright © 2013. All Rights Reserved.