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

java.lang.Object
  extended by com.ibm.jbatch.tck.artifacts.specialized.MyRetryWriteListener
All Implemented Interfaces:
RetryWriteListener<Object>

@Named(value="myRetryWriteListener")
public class MyRetryWriteListener
extends Object
implements RetryWriteListener<Object>


Constructor Summary
MyRetryWriteListener()
           
 
Method Summary
 void onRetryWriteException(List w, Exception e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyRetryWriteListener

public MyRetryWriteListener()
Method Detail

onRetryWriteException

public void onRetryWriteException(List w,
                                  Exception e)
Specified by:
onRetryWriteException in interface RetryWriteListener<Object>


Copyright © 2013. All Rights Reserved.