jsr352.tck.specialized
Class MyItemProcessListenerImpl

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

public class MyItemProcessListenerImpl
extends Object


Constructor Summary
MyItemProcessListenerImpl()
           
 
Method Summary
 void afterProcess(ReadRecord input, WriteRecord output)
           
 void beforeProcess(ReadRecord item)
           
 void onProcessError(SQLException e, ReadRecord input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyItemProcessListenerImpl

public MyItemProcessListenerImpl()
Method Detail

beforeProcess

public void beforeProcess(ReadRecord item)

afterProcess

public void afterProcess(ReadRecord input,
                         WriteRecord output)
                  throws Exception
Throws:
Exception

onProcessError

public void onProcessError(SQLException e,
                           ReadRecord input)
                    throws Exception
Throws:
Exception


Copyright © 2012. All Rights Reserved.