public class ExecutionAspect
extends java.lang.Object
Constructor and Description |
---|
ExecutionAspect() |
Modifier and Type | Method and Description |
---|---|
void |
aroundFlow(org.aspectj.lang.ProceedingJoinPoint pjp) |
java.lang.Object |
aroundGetVariable(org.aspectj.lang.ProceedingJoinPoint pjp) |
void |
flowExecution() |
void |
getVariable() |
protected void |
logRunnableExecution(ExecutionFlow executionFlow,
java.lang.Runnable runnable) |
protected void |
logStackEvent(java.lang.String symbol,
ExecutionFlow executionFlow) |
void |
setExecutionContext(ExecutionContext executionContext) |
void |
setExecutionStack(ExecutionStack executionStack) |
public void aroundFlow(org.aspectj.lang.ProceedingJoinPoint pjp) throws java.lang.Throwable
java.lang.Throwable
public java.lang.Object aroundGetVariable(org.aspectj.lang.ProceedingJoinPoint pjp) throws java.lang.Throwable
java.lang.Throwable
public void flowExecution()
public void getVariable()
public void setExecutionStack(ExecutionStack executionStack)
public void setExecutionContext(ExecutionContext executionContext)
protected void logStackEvent(java.lang.String symbol, ExecutionFlow executionFlow)
protected void logRunnableExecution(ExecutionFlow executionFlow, java.lang.Runnable runnable)
Copyright © 2007–2020. All rights reserved.