jsr352.tck.specialized
Class MyItemReadListenerImpl

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

@Named(value="MyItemReadListener")
public class MyItemReadListenerImpl
extends Object


Constructor Summary
MyItemReadListenerImpl()
           
 
Method Summary
 void afterRead(ReadRecord item)
           
 void beforeRead()
           
 void onReadRerror(SQLException e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyItemReadListenerImpl

public MyItemReadListenerImpl()
Method Detail

beforeRead

public void beforeRead()

afterRead

public void afterRead(ReadRecord item)
               throws Exception
Throws:
Exception

onReadRerror

public void onReadRerror(SQLException e)
                  throws Exception
Throws:
Exception


Copyright © 2012. All Rights Reserved.