public class JtaRetryInterceptor extends RetryInterceptor
| Modifier and Type | Field and Description |
|---|---|
protected TransactionManager |
transactionManager |
numOfRetries, waitIncreaseFactor, waitTimeInMsnext| Constructor and Description |
|---|
JtaRetryInterceptor(TransactionManager transactionManager) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
calledInsideTransaction() |
<T> T |
execute(CommandConfig config,
Command<T> command) |
getNumOfRetries, getWaitIncreaseFactor, getWaitTimeInMs, setNumOfRetries, setWaitIncreaseFactor, setWaitTimeInMs, waitBeforeRetrygetNext, setNextprotected final TransactionManager transactionManager
public JtaRetryInterceptor(TransactionManager transactionManager)
public <T> T execute(CommandConfig config, Command<T> command)
execute in interface CommandInterceptorexecute in class RetryInterceptorprotected boolean calledInsideTransaction()
Copyright © 2016 Alfresco. All rights reserved.