jsr352.tck.specialized
Class MyItemWriteListenerImpl

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

@Named(value="MyItemWriteListener")
public class MyItemWriteListenerImpl
extends Object


Constructor Summary
MyItemWriteListenerImpl()
           
 
Method Summary
 void afterWrite(List<WriteRecord> items)
           
 void beforeWrite(List<WriteRecord> items)
           
 void onWriteError(SQLException e, List<WriteRecord> items)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyItemWriteListenerImpl

public MyItemWriteListenerImpl()
Method Detail

beforeWrite

public void beforeWrite(List<WriteRecord> items)
                 throws Exception
Throws:
Exception

afterWrite

public void afterWrite(List<WriteRecord> items)
                throws Exception
Throws:
Exception

onWriteError

public void onWriteError(SQLException e,
                         List<WriteRecord> items)
                  throws Exception
Throws:
Exception


Copyright © 2012. All Rights Reserved.