org.activiti.engine.impl.interceptor
类 CommandConfig
java.lang.Object
org.activiti.engine.impl.interceptor.CommandConfig
public class CommandConfig
- extends Object
Configuration settings for the command interceptor chain.
Instances of this class are immutable, and thus thread- and share-safe.
- 作者:
- Marcus Klimstra (CGI)
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandConfig
public CommandConfig()
CommandConfig
protected CommandConfig(CommandConfig commandConfig)
isContextReusePossible
public boolean isContextReusePossible()
getTransactionPropagation
public TransactionPropagation getTransactionPropagation()
setContextReusePossible
public CommandConfig setContextReusePossible(boolean contextReusePossible)
transactionRequired
public CommandConfig transactionRequired()
transactionRequiresNew
public CommandConfig transactionRequiresNew()
transactionNotSupported
public CommandConfig transactionNotSupported()
Copyright © 2013 Alfresco. All rights reserved.