Liferay 7.0-ce-b4

com.liferay.portal.service
Interface RetryAcceptor

All Known Implementing Classes:
ExceptionRetryAcceptor

public interface RetryAcceptor


Method Summary
 boolean acceptException(Throwable t, Map<String,String> propertyMap)
           
 boolean acceptResult(Object returnValue, Map<String,String> propertyMap)
           
 

Method Detail

acceptException

boolean acceptException(Throwable t,
                        Map<String,String> propertyMap)

acceptResult

boolean acceptResult(Object returnValue,
                     Map<String,String> propertyMap)

Liferay 7.0-ce-b4