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
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.