org.camunda.bpm.engine.impl.interceptor
Class CommandInterceptor

java.lang.Object
  extended by 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
 
Constructor Summary
CommandInterceptor()
           
 
Method Summary
 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 the CommandInterceptorChains

Constructor Detail

CommandInterceptor

public CommandInterceptor()
Method Detail

getNext

public CommandExecutor getNext()

setNext

public void setNext(CommandExecutor next)


Copyright © 2017 camunda services GmbH. All rights reserved.