jsr352.tck.specialized
Class DoSomethingArrayItemWriterImpl

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

@Named(value="DoSomethingArrayItemWriter")
public class DoSomethingArrayItemWriterImpl
extends Object


Constructor Summary
DoSomethingArrayItemWriterImpl()
           
 
Method Summary
 void closeWriter()
           
 ArrayIndexCheckpointData getCPD()
           
 void openWriter(ArrayIndexCheckpointData 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

DoSomethingArrayItemWriterImpl

public DoSomethingArrayItemWriterImpl()
Method Detail

openWriter

public void openWriter(ArrayIndexCheckpointData 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 ArrayIndexCheckpointData getCPD()
                                throws Exception
Throws:
Exception


Copyright © 2012. All Rights Reserved.