|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TargetMethodExecutionPhase | |
---|---|
net.sf.sasl.aop | |
net.sf.sasl.aop.logging | |
net.sf.sasl.language.placeholder.aop.interpreter |
Uses of TargetMethodExecutionPhase in net.sf.sasl.aop |
---|
Methods in net.sf.sasl.aop with parameters of type TargetMethodExecutionPhase | |
---|---|
protected String |
AbstractPlaceholderScriptUsingAspect.runInterpreter(ScriptNode script,
TargetMethodExecutionPhase executionPhase,
org.aopalliance.intercept.MethodInvocation invocation,
Object returnValue,
Throwable occuredException,
Map<String,Object> environmentVariables)
Creates a placeholder script interpreter environment and runs the interpreter for the given placeholder script and returns the interpreted output of the script. |
Uses of TargetMethodExecutionPhase in net.sf.sasl.aop.logging |
---|
Methods in net.sf.sasl.aop.logging that return types with arguments of type TargetMethodExecutionPhase | |
---|---|
protected Map<TargetMethodExecutionPhase,List<LogConfiguration>> |
GenericLogAspect.getConfigurationLookupMap()
Returns a copy of the (execution phase, log configurations) lookup map. |
Set<TargetMethodExecutionPhase> |
LogConfigBean.getExecutionPhaseSet()
|
Methods in net.sf.sasl.aop.logging with parameters of type TargetMethodExecutionPhase | |
---|---|
protected void |
GenericLogAspect.doLogging(long sessionId,
TargetMethodExecutionPhase executionPhase,
org.aopalliance.intercept.MethodInvocation invocation,
Object returnValue,
Throwable occuredException)
Does the logging for a (executionPhase, invocation, ...) tuple. |
Map<String,Object> |
RuntimeBenchIEnvOfferer.getIEnvMap(long sessionId,
TargetMethodExecutionPhase executionPhase,
org.aopalliance.intercept.MethodInvocation invocation,
Object returnValue,
Throwable occuredException)
|
Map<String,Object> |
ILogSessionIEnvOfferer.getIEnvMap(long sessionId,
TargetMethodExecutionPhase executionPhase,
org.aopalliance.intercept.MethodInvocation invocation,
Object returnValue,
Throwable occuredException)
Returns a map of variables that should be passed as interpreter environment variables for the current target method execution phase. |
Method parameters in net.sf.sasl.aop.logging with type arguments of type TargetMethodExecutionPhase | |
---|---|
void |
LogConfigBean.setExecutionPhaseSet(Set<TargetMethodExecutionPhase> executionPhaseSet)
Sets a set of execution phases of the target method to which the configuration should belong. |
Uses of TargetMethodExecutionPhase in net.sf.sasl.language.placeholder.aop.interpreter |
---|
Methods in net.sf.sasl.language.placeholder.aop.interpreter that return TargetMethodExecutionPhase | |
---|---|
TargetMethodExecutionPhase |
IEnvironment.getExecutionPhase()
Returns the execution phase of the target method to which this environment belongs. |
TargetMethodExecutionPhase |
Environment.getExecutionPhase()
|
static TargetMethodExecutionPhase |
TargetMethodExecutionPhase.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TargetMethodExecutionPhase[] |
TargetMethodExecutionPhase.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in net.sf.sasl.language.placeholder.aop.interpreter with parameters of type TargetMethodExecutionPhase | |
---|---|
void |
Environment.setExecutionPhase(TargetMethodExecutionPhase executionPhase)
Sets the execution phase to which this environment belongs. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |