Class CommandInterceptor
- java.lang.Object
-
- org.camunda.bpm.engine.impl.interceptor.CommandInterceptor
-
- All Implemented Interfaces:
CommandExecutor
- Direct Known Subclasses:
CommandContextInterceptor
,CommandCounterInterceptor
,CommandExecutorImpl
,CrdbTransactionRetryInterceptor
,JtaTransactionInterceptor
,LogInterceptor
,ProcessApplicationContextInterceptor
,SpringTransactionInterceptor
public abstract class CommandInterceptor extends Object implements CommandExecutor
- Author:
- Tom Baeyens
-
-
Field Summary
Fields Modifier and Type Field Description protected CommandExecutor
next
will be initialized by theCommandInterceptorChains
-
Constructor Summary
Constructors Constructor Description CommandInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandExecutor
getNext()
void
setNext(CommandExecutor next)
-
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 Detail
-
next
protected CommandExecutor next
will be initialized by theCommandInterceptorChains
-
-
Method Detail
-
getNext
public CommandExecutor getNext()
-
setNext
public void setNext(CommandExecutor next)
-
-