org.activiti.engine.impl.interceptor
接口 CommandInterceptor

所有已知实现类:
AbstractCommandInterceptor, CommandContextInterceptor, CommandInvoker, JtaRetryInterceptor, JtaTransactionInterceptor, LogInterceptor, RetryInterceptor

public interface CommandInterceptor

作者:
Tom Baeyens

方法摘要
<T> T
execute(CommandConfig config, Command<T> command)
           
 CommandInterceptor getNext()
           
 void setNext(CommandInterceptor next)
           
 

方法详细信息

execute

<T> T execute(CommandConfig config,
              Command<T> command)

getNext

CommandInterceptor getNext()

setNext

void setNext(CommandInterceptor next)


Copyright © 2013 Alfresco. All rights reserved.