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)

构造方法摘要
  CommandConfig()
           
protected CommandConfig(CommandConfig commandConfig)
           
 
方法摘要
 TransactionPropagation getTransactionPropagation()
           
 boolean isContextReusePossible()
           
 CommandConfig setContextReusePossible(boolean contextReusePossible)
           
 CommandConfig transactionNotSupported()
           
 CommandConfig transactionRequired()
           
 CommandConfig transactionRequiresNew()
           
 
从类 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.