Class CommandInterceptor
java.lang.Object
org.camunda.bpm.engine.impl.interceptor.CommandInterceptor
- All Implemented Interfaces:
CommandExecutor
- Direct Known Subclasses:
AbstractTransactionInterceptor
,CommandContextInterceptor
,CommandCounterInterceptor
,CommandExecutorImpl
,ExceptionCodeInterceptor
,LogInterceptor
,ProcessApplicationContextInterceptor
,SpringTransactionInterceptor
- Author:
- Tom Baeyens
-
Field Summary
Modifier and TypeFieldDescriptionprotected CommandExecutor
will be initialized by theCommandInterceptorChains
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.CommandExecutor
execute
-
Field Details
-
next
will be initialized by theCommandInterceptorChains
-
-
Constructor Details
-
CommandInterceptor
public CommandInterceptor()
-
-
Method Details
-
getNext
-
setNext
-