public class BasicMethodJoinPoint extends BasicTargettedJoinPoint implements MethodJoinpoint
| Modifier and Type | Field and Description |
|---|---|
protected Object[] |
arguments
The arguments
|
protected MethodInfo |
methodInfo
The method info
|
target| Constructor and Description |
|---|
BasicMethodJoinPoint(MethodInfo methodInfo)
Create a new method join point
|
| Modifier and Type | Method and Description |
|---|---|
Object |
dispatch()
Invoke on the actual joinpoint
|
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
|
String |
toHumanReadableString()
A human readable version of the join point
|
clone, getTarget, setTargetequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTarget, setTargetprotected MethodInfo methodInfo
protected Object[] arguments
public BasicMethodJoinPoint(MethodInfo methodInfo)
methodInfo - the methodInfopublic MethodInfo getMethodInfo()
MethodJoinpointgetMethodInfo in interface MethodJoinpointpublic Object[] getArguments()
MethodJoinpointgetArguments in interface MethodJoinpointpublic void setArguments(Object[] args)
MethodJoinpointsetArguments in interface MethodJoinpointargs - the argumentspublic Object dispatch() throws Throwable
Joinpointpublic String toHumanReadableString()
JoinpointtoHumanReadableString in interface JoinpointCopyright © 2016 JBoss by Red Hat. All rights reserved.