org.camunda.bpm.engine.impl.interceptor
Class CommandInterceptor
java.lang.Object
org.camunda.bpm.engine.impl.interceptor.CommandInterceptor
- All Implemented Interfaces:
- CommandExecutor
- Direct Known Subclasses:
- CommandContextInterceptor, CommandExecutorImpl, JtaTransactionInterceptor, LogInterceptor, ProcessApplicationContextInterceptor
public abstract class CommandInterceptor
- extends Object
- implements CommandExecutor
- Author:
- Tom Baeyens
|
Field Summary |
protected CommandExecutor |
next
will be initialized by the CommandInterceptorChains |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
next
protected CommandExecutor next
- will be initialized by the
CommandInterceptorChains
CommandInterceptor
public CommandInterceptor()
getNext
public CommandExecutor getNext()
setNext
public void setNext(CommandExecutor next)
Copyright © 2016 camunda services GmbH. All rights reserved.