public abstract class BasicTargettedJoinPoint extends Object implements TargettedJoinpoint
Constructor and Description |
---|
BasicTargettedJoinPoint() |
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Make a copy of the joinpoint
|
Object |
getTarget()
Get the target of the join point
|
void |
setTarget(Object target)
Set the target of the join point
|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
dispatch, toHumanReadableString
protected Object target
public Object getTarget()
TargettedJoinpoint
getTarget
in interface TargettedJoinpoint
public void setTarget(Object target)
TargettedJoinpoint
setTarget
in interface TargettedJoinpoint
target
- the targetCopyright © 2014 JBoss by Red Hat. All rights reserved.