Create a clone of this object. If cloning is done before proceed()
is invoked on this object, proceed() can be invoked once per clone
to invoke the joinpoint (and the rest of the advice chain) more than once.
Returns:
an invocable clone of this invocation.
proceed() can be called once per clone.
Create a clone of this object. If cloning is done before proceed()
is invoked on this object, proceed() can be invoked once per clone
to invoke the joinpoint (and the rest of the advice chain) more than once.
Parameters:
arguments - the arguments that the cloned invocation is supposed to use,
overriding the original arguments
Returns:
an invocable clone of this invocation.
proceed() can be called once per clone.
setArguments
void setArguments(java.lang.Object... arguments)
Set the arguments to be used on subsequent invocations in the any advice
in this chain.