jsr352.tck.specialized
Class DoSomethingItemWriterImpl

java.lang.Object
  extended by jsr352.tck.specialized.DoSomethingItemWriterImpl

@Named(value="DoSomethingItemWriter")
public class DoSomethingItemWriterImpl
extends Object


Constructor Summary
DoSomethingItemWriterImpl()
           
 
Method Summary
 void closeWriter()
           
 CheckpointData getCPD()
           
 void openWriter(CheckpointData checkpointData)
           
 void writeMyData(ArrayList<ReadRecord> myData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoSomethingItemWriterImpl

public DoSomethingItemWriterImpl()
Method Detail

openWriter

public void openWriter(CheckpointData checkpointData)
                throws Exception
Throws:
Exception

closeWriter

public void closeWriter()
                 throws Exception
Throws:
Exception

writeMyData

public void writeMyData(ArrayList<ReadRecord> myData)
                 throws Exception
Throws:
Exception

getCPD

public CheckpointData getCPD()
                      throws Exception
Throws:
Exception


Copyright © 2012. All Rights Reserved.