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

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

@Named(value="myRetryProcessListener")
public class MyRetryProcessListener
extends Object
implements RetryProcessListener<Object>


Constructor Summary
MyRetryProcessListener()
           
 
Method Summary
 void onRetryProcessException(Object o, Exception e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyRetryProcessListener

public MyRetryProcessListener()
Method Detail

onRetryProcessException

public void onRetryProcessException(Object o,
                                    Exception e)
Specified by:
onRetryProcessException in interface RetryProcessListener<Object>


Copyright © 2013. All Rights Reserved.