public class MethodTargetStrategyVariableFactory extends Object implements MethodTargetStrategyFactory, StatementReadyCallback
Modifier and Type | Field and Description |
---|---|
protected MethodTargetStrategyStaticMethodInvokeType |
invokeType |
protected Method |
method |
Constructor and Description |
---|
MethodTargetStrategyVariableFactory() |
Modifier and Type | Method and Description |
---|---|
MethodTargetStrategy |
make(AgentInstanceContext agentInstanceContext) |
void |
ready(StatementContext statementContext,
ModuleIncidentals moduleIncidentals,
boolean recovery) |
void |
setMethodName(String methodName) |
void |
setMethodParameters(Class[] methodParameters) |
void |
setVariable(Variable variable) |
protected Method method
protected MethodTargetStrategyStaticMethodInvokeType invokeType
public void ready(StatementContext statementContext, ModuleIncidentals moduleIncidentals, boolean recovery)
ready
in interface StatementReadyCallback
public MethodTargetStrategy make(AgentInstanceContext agentInstanceContext)
make
in interface MethodTargetStrategyFactory
public void setVariable(Variable variable)
public void setMethodName(String methodName)
public void setMethodParameters(Class[] methodParameters)
Copyright © 2005–2018. All rights reserved.