org.camunda.bpm.engine.impl.interceptor
Class CommandInvocationContext
java.lang.Object
org.camunda.bpm.engine.impl.interceptor.CommandInvocationContext
public class CommandInvocationContext
- extends Object
In contrast to CommandContext, this context holds resources that are only valid
during execution of a single command (i.e. the current command or an exception that was thrown
during its execution).
- Author:
- Thorben Lindhauer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
throwable
protected Throwable throwable
command
protected Command<?> command
CommandInvocationContext
public CommandInvocationContext(Command<?> command)
getThrowable
public Throwable getThrowable()
getCommand
public Command<?> getCommand()
trySetThrowable
public void trySetThrowable(Throwable t)
rethrow
public void rethrow()
Copyright © 2015 camunda services GmbH. All rights reserved.