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

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

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


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

InventoryInitProcessor

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