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
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CommandInterceptorwill be initialized by theProcessEngineConfiguration -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.activiti.engine.impl.interceptor.CommandInterceptor
execute
-
Field Details
-
next
will be initialized by theProcessEngineConfiguration
-
-
Constructor Details
-
AbstractCommandInterceptor
public AbstractCommandInterceptor()
-
-
Method Details
-
getNext
- Specified by:
getNextin interfaceCommandInterceptor
-
setNext
- Specified by:
setNextin interfaceCommandInterceptor
-