org.activiti.engine.impl.interceptor
类 JtaRetryInterceptor
java.lang.Object
org.activiti.engine.impl.interceptor.AbstractCommandInterceptor
org.activiti.engine.impl.interceptor.RetryInterceptor
org.activiti.engine.impl.interceptor.JtaRetryInterceptor
- 所有已实现的接口:
- CommandInterceptor
public class JtaRetryInterceptor
- extends RetryInterceptor
We cannot perform a retry if we are called in an existing transaction. In
that case, the transaction will be marked "rollback-only" after the first
ActivitiOptimisticLockingException.
- 作者:
- Daniel Meyer
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
transactionManager
protected final TransactionManager transactionManager
JtaRetryInterceptor
public JtaRetryInterceptor(TransactionManager transactionManager)
execute
public <T> T execute(CommandConfig config,
Command<T> command)
- 指定者:
- 接口
CommandInterceptor
中的 execute
- 覆盖:
- 类
RetryInterceptor
中的 execute
calledInsideTransaction
protected boolean calledInsideTransaction()
Copyright © 2013 Alfresco. All rights reserved.