| |
|
| java.lang.Object org.apache.jetspeed.util.interceptors.MethodReplayInterceptor
MethodReplayInterceptor | public class MethodReplayInterceptor implements MethodInterceptor(Code) | | Generic aspect that will attempt to replay a method invocation if one of a
set of specified exceptions is thrown from its execution.
author: a336317 |
getRetryCount | public int getRetryCount()(Code) | | |
getRetryInterval | public int getRetryInterval()(Code) | | |
invoke | public Object invoke(MethodInvocation invocation) throws Throwable(Code) | | Encloses super.invoke() in a try/catch block, where the
catch block contains additional retry logic.
|
setRetryCount | public void setRetryCount(int retryCount)(Code) | | |
setRetryInterval | public void setRetryInterval(int retryInterval)(Code) | | |
|
|
|