public interface ExecutionContext
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Throwable | getFailure()Returns the failure of the method execution. | 
| java.lang.reflect.Method | getMethod()Returns the method being executed. | 
| java.lang.Object[] | getParameters()Returns the parameter values being passed to the method. | 
java.lang.reflect.Method getMethod()
java.lang.Object[] getParameters()
java.lang.Throwable getFailure()