Class DebugCommandInvoker
- java.lang.Object
-
- org.activiti.engine.impl.interceptor.AbstractCommandInterceptor
-
- org.activiti.engine.impl.interceptor.CommandInvoker
-
- org.activiti.engine.impl.interceptor.DebugCommandInvoker
-
- All Implemented Interfaces:
CommandInterceptor
public class DebugCommandInvoker extends CommandInvoker
-
-
Field Summary
-
Fields inherited from class org.activiti.engine.impl.interceptor.AbstractCommandInterceptor
next
-
-
Constructor Summary
Constructors Constructor Description DebugCommandInvoker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecuteOperation(java.lang.Runnable runnable)-
Methods inherited from class org.activiti.engine.impl.interceptor.CommandInvoker
execute, executeOperations, getNext, setNext
-
-
-
-
Method Detail
-
executeOperation
public void executeOperation(java.lang.Runnable runnable)
- Overrides:
executeOperationin classCommandInvoker
-
-