org.jboss.test.retry.interfaces
Class RetryHandler

java.lang.Object
  extended byorg.jboss.test.retry.interfaces.RetryHandler
All Implemented Interfaces:
TxRetryExceptionHandler (src)

public class RetryHandler
extends java.lang.Object
implements TxRetryExceptionHandler (src)


Constructor Summary
RetryHandler()
           
 
Method Summary
 boolean retry(java.lang.Exception ex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RetryHandler

public RetryHandler()
Method Detail

retry

public boolean retry(java.lang.Exception ex)
Specified by:
retry in interface TxRetryExceptionHandler (src)