org.activiti.engine.impl.interceptor
类 AbstractCommandInterceptor

java.lang.Object
  继承者 org.activiti.engine.impl.interceptor.AbstractCommandInterceptor
所有已实现的接口:
CommandInterceptor
直接已知子类:
CommandContextInterceptor, CommandInvoker, JtaTransactionInterceptor, LogInterceptor, RetryInterceptor

public abstract class AbstractCommandInterceptor
extends Object
implements CommandInterceptor

作者:
Tom Baeyens

字段摘要
protected  CommandInterceptor next
          will be initialized by the ProcessEngineConfiguration
 
构造方法摘要
AbstractCommandInterceptor()
           
 
方法摘要
 CommandInterceptor getNext()
           
 void setNext(CommandInterceptor next)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
从接口 org.activiti.engine.impl.interceptor.CommandInterceptor 继承的方法
execute
 

字段详细信息

next

protected CommandInterceptor next
will be initialized by the ProcessEngineConfiguration

构造方法详细信息

AbstractCommandInterceptor

public AbstractCommandInterceptor()
方法详细信息

getNext

public CommandInterceptor getNext()
指定者:
接口 CommandInterceptor 中的 getNext

setNext

public void setNext(CommandInterceptor next)
指定者:
接口 CommandInterceptor 中的 setNext


Copyright © 2013 Alfresco. All rights reserved.