public class RetryingTransactionAdvice
extends java.lang.Object
implements org.aopalliance.intercept.MethodInterceptor
RetryingTransactionHelper.| Constructor and Description |
|---|
RetryingTransactionAdvice() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
invoke(org.aopalliance.intercept.MethodInvocation methodInvocation) |
void |
setReadOnly(boolean readOnly) |
void |
setRequiresNew(boolean requiresNew) |
void |
setTxnHelper(RetryingTransactionHelper txnHelper) |
public void setTxnHelper(RetryingTransactionHelper txnHelper)
public void setReadOnly(boolean readOnly)
public void setRequiresNew(boolean requiresNew)
public java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation methodInvocation)
throws java.lang.Throwable
invoke in interface org.aopalliance.intercept.MethodInterceptorjava.lang.ThrowableCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.