Method Summary |
|
protected boolean | equalField(Object thisF, Object otherF) Test whether two fields are the same. |
public boolean | equals(Object object) Compares objects for equality. |
final public Object[] | getArgs() Get the arguments to the method. |
final public Map | getInvocationContext() Get the map of arbitrary values associated with this invocation, the
invocation context. |
final public Member | getMember() Get the method to invoke on the recipient. |
final public Object | getProxy() Get the proxy around the target. |
final public Object | getResult() Get the result of the invocation. |
final public Object | getTarget() Get the recipient of the invocation. |
final public Throwable | getThrowable() Get the exception or error caused by the invocation. |
public int | hashCode() Return a code for placing the invocation in a hash. |
final public void | recycle() Recycle the invocation. |
final public void | setArgs(Object[] args) Set the arguments to the method. |
final public void | setInvocationContext(Map invocationContext) Set the map of arbitrary values associated with this invocation, the
invocation context. |
final public void | setMember(Member method) Set the method to invoke on the recipient. |
final public void | setProxy(Object proxy) Set the proxy around the target. |
final public void | setResult(Object result) Set the result of the invocation. |
final public void | setTarget(Object target) Set the recipient of the invocation. |
final public void | setThrowable(Throwable throwable) Set the exception or error caused by the invocation. |