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

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

@Named(value="artifactInstanceTestReader")
public class ArtifactInstanceTestReader
extends Object
implements ItemReader


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

ArtifactInstanceTestReader

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