public class MethodExecutionInfo extends Object
| Constructor and Description |
|---|
MethodExecutionInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCustomValue(String key,
Object value)
Store key/value pair.
|
ConnectionInfo |
getConnectionInfo() |
<T> T |
getCustomValue(String key,
Class<T> type) |
Duration |
getExecuteDuration() |
Method |
getMethod() |
Object[] |
getMethodArgs() |
ProxyEventType |
getProxyEventType() |
Object |
getResult() |
Object |
getTarget() |
long |
getThreadId() |
String |
getThreadName() |
Throwable |
getThrown() |
void |
setConnectionInfo(ConnectionInfo connectionInfo) |
void |
setExecuteDuration(Duration executeDuration) |
void |
setMethod(Method method) |
void |
setMethodArgs(Object[] methodArgs) |
void |
setProxyEventType(ProxyEventType proxyEventType) |
void |
setResult(Object result) |
void |
setTarget(Object target) |
void |
setThreadId(long threadId) |
void |
setThreadName(String threadName) |
void |
setThrown(Throwable thrown) |
public void addCustomValue(String key, Object value)
key - keyvalue - valuepublic 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 ConnectionInfo getConnectionInfo()
public void setConnectionInfo(ConnectionInfo connectionInfo)
public Duration getExecuteDuration()
public void setExecuteDuration(Duration executeDuration)
public String getThreadName()
public void setThreadName(String threadName)
public long getThreadId()
public void setThreadId(long threadId)
public ProxyEventType getProxyEventType()
public void setProxyEventType(ProxyEventType proxyEventType)
Copyright © 2018. All rights reserved.