public class MethodExecutionContext extends Object
MethodExecutionListener| Modifier and Type | Class and Description |
|---|---|
static class |
MethodExecutionContext.Builder |
| Constructor and Description |
|---|
MethodExecutionContext() |
| Modifier and Type | Method and Description |
|---|---|
long |
getElapsedTime() |
Method |
getMethod() |
Object[] |
getMethodArgs() |
ProxyConfig |
getProxyConfig() |
Object |
getResult() |
Object |
getTarget() |
Throwable |
getThrown() |
void |
setElapsedTime(long elapsedTime) |
void |
setMethod(Method method) |
void |
setMethodArgs(Object[] methodArgs) |
void |
setProxyConfig(ProxyConfig proxyConfig) |
void |
setResult(Object result) |
void |
setTarget(Object target) |
void |
setThrown(Throwable thrown) |
public Object getTarget()
public void setTarget(Object target)
public Method getMethod()
public void setMethod(Method method)
public Object[] getMethodArgs()
public void setMethodArgs(Object[] methodArgs)
public Object getResult()
public void setResult(Object result)
public Throwable getThrown()
public void setThrown(Throwable thrown)
public long getElapsedTime()
public void setElapsedTime(long elapsedTime)
public ProxyConfig getProxyConfig()
public void setProxyConfig(ProxyConfig proxyConfig)
Copyright © 2017. All rights reserved.