nl.coderight.jazz.batch
Class BatchProcessor

java.lang.Object
  extended by nl.coderight.jazz.batch.BatchProcessor
Direct Known Subclasses:
CsvProcessor, TxtProcessor

public abstract class BatchProcessor
extends Object


Constructor Summary
BatchProcessor()
           
 
Method Summary
protected abstract  void handle(BatchRecord record)
           
 void process(Batch batch)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchProcessor

public BatchProcessor()
Method Detail

process

public void process(Batch batch)
             throws IOException
Throws:
IOException

handle

protected abstract void handle(BatchRecord record)


Copyright 2010 CodeRight, All rights reserved.