Liferay 7.0-ce-b4

com.liferay.portal.service
Class ExceptionRetryAcceptor

java.lang.Object
  extended by com.liferay.portal.service.ExceptionRetryAcceptor
All Implemented Interfaces:
RetryAcceptor

public class ExceptionRetryAcceptor
extends Object
implements RetryAcceptor


Field Summary
static String EXCEPTION_NAME
           
 
Constructor Summary
ExceptionRetryAcceptor()
           
 
Method Summary
 boolean acceptException(Throwable t, Map<String,String> propertyMap)
           
 boolean acceptResult(Object returnValue, Map<String,String> propertyMap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXCEPTION_NAME

public static final String EXCEPTION_NAME
See Also:
Constant Field Values
Constructor Detail

ExceptionRetryAcceptor

public ExceptionRetryAcceptor()
Method Detail

acceptException

public boolean acceptException(Throwable t,
                               Map<String,String> propertyMap)
Specified by:
acceptException in interface RetryAcceptor

acceptResult

public boolean acceptResult(Object returnValue,
                            Map<String,String> propertyMap)
Specified by:
acceptResult in interface RetryAcceptor

Liferay 7.0-ce-b4