public interface MethodJoinpoint extends TargettedJoinpoint
Modifier and Type | Method and Description |
---|---|
Object[] |
getArguments()
Get the arguments of the join point
|
MethodInfo |
getMethodInfo()
Get the method info
|
void |
setArguments(Object[] args)
Set the arguments of the method invocation
|
getTarget, setTarget
clone, dispatch, toHumanReadableString
MethodInfo getMethodInfo()
Object[] getArguments()
void setArguments(Object[] args)
args
- the argumentsCopyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.