org.jboss.ejb.plugins
Interface TxRetryExceptionHandler

All Known Implementing Classes:
RetryHandler (src)

public interface TxRetryExceptionHandler

Interface used by TxInterceptorCMT on whether to retry TX


Method Summary
 boolean retry(java.lang.Exception ex)
           
 

Method Detail

retry

public boolean retry(java.lang.Exception ex)