Class LoggingCommandInvoker
- java.lang.Object
-
- org.activiti.engine.impl.interceptor.AbstractCommandInterceptor
-
- org.activiti.engine.impl.interceptor.CommandInvoker
-
- org.activiti.engine.test.impl.logger.LoggingCommandInvoker
-
- All Implemented Interfaces:
CommandInterceptor
public class LoggingCommandInvoker extends CommandInvoker
-
-
Field Summary
Fields Modifier and Type Field Description protected ProcessExecutionLoggerprocessExecutionLogger-
Fields inherited from class org.activiti.engine.impl.interceptor.AbstractCommandInterceptor
next
-
-
Constructor Summary
Constructors Constructor Description LoggingCommandInvoker(ProcessExecutionLogger processExecutionLogger)
-
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
-
-
-
-
Field Detail
-
processExecutionLogger
protected ProcessExecutionLogger processExecutionLogger
-
-
Constructor Detail
-
LoggingCommandInvoker
public LoggingCommandInvoker(ProcessExecutionLogger processExecutionLogger)
-
-
Method Detail
-
executeOperation
public void executeOperation(java.lang.Runnable runnable)
- Overrides:
executeOperationin classCommandInvoker
-
-