Class AbstractCommandInterceptor
- java.lang.Object
-
- org.activiti.engine.impl.interceptor.AbstractCommandInterceptor
-
- All Implemented Interfaces:
CommandInterceptor
- Direct Known Subclasses:
CommandContextInterceptor,CommandInvoker,JtaTransactionInterceptor,LogInterceptor,RetryInterceptor,TotalExecutionTimeCommandInterceptor,TransactionContextInterceptor
public abstract class AbstractCommandInterceptor extends java.lang.Object implements CommandInterceptor
-
-
Field Summary
Fields Modifier and Type Field Description protected CommandInterceptornextwill be initialized by theProcessEngineConfiguration
-
Constructor Summary
Constructors Constructor Description AbstractCommandInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandInterceptorgetNext()voidsetNext(CommandInterceptor next)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.activiti.engine.impl.interceptor.CommandInterceptor
execute
-
-
-
-
Field Detail
-
next
protected CommandInterceptor next
will be initialized by theProcessEngineConfiguration
-
-
Method Detail
-
getNext
public CommandInterceptor getNext()
- Specified by:
getNextin interfaceCommandInterceptor
-
setNext
public void setNext(CommandInterceptor next)
- Specified by:
setNextin interfaceCommandInterceptor
-
-