com.ibm.jbatch.tck.artifacts.specialized
Class NullChkPtInfoReader

java.lang.Object
  extended by com.ibm.jbatch.tck.artifacts.specialized.NullChkPtInfoReader
All Implemented Interfaces:
ItemReader

@Named(value="nullChkPtInfoReader")
public class NullChkPtInfoReader
extends Object
implements ItemReader


Constructor Summary
NullChkPtInfoReader()
           
 
Method Summary
 Serializable checkpointInfo()
           
 void close()
           
 void open(Serializable checkpoint)
           
 String readItem()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullChkPtInfoReader

public NullChkPtInfoReader()
Method Detail

open

public void open(Serializable checkpoint)
          throws Exception
Specified by:
open in interface ItemReader
Throws:
Exception

close

public void close()
           throws Exception
Specified by:
close in interface ItemReader
Throws:
Exception

readItem

public String readItem()
                throws Exception
Specified by:
readItem in interface ItemReader
Throws:
Exception

checkpointInfo

public Serializable checkpointInfo()
                            throws Exception
Specified by:
checkpointInfo in interface ItemReader
Throws:
Exception


Copyright © 2013. All Rights Reserved.